-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
service profile generation work offline using --ignore-cluster #5482
Conversation
Signed-off-by: Piyush Singariya <piyushsingariya@gmail.com>
Signed-off-by: Piyush Singariya <piyushsingariya@gmail.com>
Signed-off-by: Piyush Singariya <piyushsingariya@gmail.com>
@adleong Cool, I am working on this :) |
Signed-off-by: Piyush Singariya <piyushsingariya@gmail.com>
Signed-off-by: Piyush Singariya <piyushsingariya@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have two smaller comments but rest is looking good. Thanks @piyushsingariya!
Signed-off-by: Piyush Singariya <piyushsingariya@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @piyushsingariya 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
Thanks, @adleong @kleimkuhler 😄 |
Awesome work @piyushsingariya! |
Thanks! @purkhusid 😅 |
Subject
Related to issue #5401
Problem
Introduce offline profile generation to skip the access check to k8s cluster
Solution
the profile command be updated to support the --ignore-cluster flag to skip the check and generate a profile offline
Introduced a new boolean variable
ignoreCluster
to trigger offline profile generationFixes #[GitHub issue ID]
#5401