-
Notifications
You must be signed in to change notification settings - Fork 33
feat: update k8 secret whenever admin key changed/updated/deleted #3062
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Jeffrey Tang <[email protected]>
Signed-off-by: Jeffrey Tang <[email protected]>
|
✨ Submitted to Merge by @JeffreyDallas. It will be added to the merge queue once all branch protection rules pass and there are no merge conflicts with the target branch. See more details here. |
E2E Test Report 9 files 88 suites 1h 43m 38s ⏱️ Results for commit 6da9188. ♻️ This comment has been updated with latest results. |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesFootnotes
|
Signed-off-by: Jeffrey Tang <[email protected]>
…dmin-key-persistence
Signed-off-by: Jeffrey Tang <[email protected]>
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
Log Metrics - Performance TestJSON Log Metrics |
src/commands/node/tasks.ts
Outdated
| await this.k8Factory | ||
| .getK8(context) | ||
| .secrets() | ||
| .create(config.namespace, Templates.renderNodeAdminKeyName(nodeAlias), SecretType.OPAQUE, data, { |
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 think if you use createOrReplace here it will be better so, that if the user already ran the command and wants to run it again, it will be more idempotent
Signed-off-by: Jeffrey Tang <[email protected]>
Log Metrics - One Shot Single - using Podman📊 Runner Resource UsageJSON Log Metrics |
Log Metrics - One Shot Single📊 Runner Resource UsageJSON Log Metrics |
Log Metrics - External database new📊 Runner Resource UsageJSON Log Metrics |
Log Metrics - Integration📊 Runner Resource UsageJSON Log Metrics |
Log Metrics - Block Node📊 Runner Resource Usage |
Log Metrics - Node Upgrade📊 Runner Resource Usage |
Log Metrics - Node Local PTT📊 Runner Resource Usage |
Log Metrics - Dual Cluster Full📊 Runner Resource UsageJSON Log Metrics |
Log Metrics - Node Add Local📊 Runner Resource Usage |
Log Metrics - Standard📊 Runner Resource UsageJSON Log Metrics |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesFootnotes
|
Description
This pull request changes the following:
Related Issues
gcs-storage-testare failing more frequently in CI in create topic part of smoke test #2813Pull request (PR) checklist
package.jsonchanges have been explained to and approved by a repository managerTesting
The following manual testing was done:
The following was not tested:
Commit message guidelines
We use 'Conventional Commits' to ensure that our commit messages are easy to read, follow a consistent format, and for automated release note generation. Please follow the guidelines below when writing your commit messages: