-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kubectl get triggerauthentication should show information about scaledobjects #796
Comments
As per @zroubalik :
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
@zroubalik Do you want to keep this one open or not? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
Hi all, I am trying to solve this issue. Here is my proposal:
And here are my concerns: |
Any thoughts @JorTurFer @zroubalik? I think the above approach is fine, except that we only need a "scaling rules" section. |
I missed this issue 😨 I'd like to know what @zroubalik thinks too |
I personally think the current approach is useless as you don't know where it is being used and adding it to the output is just a simple effort that has big impact to operators/end-users. (although I believe "status" is the wrong name for this though) |
No no, I meant in status:
usages:
- so/namespace/so-name
- sj/namespace/sj-name
- sx/namespace...
I agree, but if the information is unstructured, it's not usable. operators/end-users can use jsonpath for extracting the information that they want if we have already set in the triggerauthentication. As an example, we use a ClusterTriggerAuthentication in at least 10 places like these ScaledJobs:
If you print them as part of kubectl output, both will be displayed in a single line, which is not usable at all taking into account that kubectl displays a table with the info. But I agree that having the info available to be queried using |
let me pull that code and show you what I mean |
If we add it only with |
I totally agree with you! @SpiritZhou Would you mind aligning with this please? |
Sure. Will update it soon. |
* Chore: fix website layout to render correctly on mobile Signed-off-by: thisisobate <obasiuche62@gmail.com> * chore: fix nav item alignment Signed-off-by: thisisobate <obasiuche62@gmail.com> * fix content overflow Signed-off-by: thisisobate <obasiuche62@gmail.com> * fix scroll behavior for vertical overflow Signed-off-by: thisisobate <obasiuche62@gmail.com> * make contents span entire width on mobile Signed-off-by: thisisobate <obasiuche62@gmail.com> * use appropriate css unit Signed-off-by: thisisobate <obasiuche62@gmail.com> * fix content alignment Signed-off-by: thisisobate <obasiuche62@gmail.com>
kubectl get triggerauthentication should show information about scaledobjects where it is being used
The text was updated successfully, but these errors were encountered: