-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Rollout plugin support Draft PR - For discussion #4580
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: master
Are you sure you want to change the base?
Rollout plugin support Draft PR - For discussion #4580
Conversation
Signed-off-by: Hariharasuthan Raajeshwar <[email protected]> Signed-off-by: phraajes <[email protected]>
Signed-off-by: phraajes <[email protected]>
…, setCanaryScale Signed-off-by: phraajes <[email protected]>
Signed-off-by: Hariharasuthan Raajeshwar <[email protected]>
Signed-off-by: Hariharasuthan Raajeshwar <[email protected]>
Signed-off-by: Hariharasuthan Raajeshwar <[email protected]>
Signed-off-by: Hariharasuthan Raajeshwar <[email protected]>
Signed-off-by: Hariharasuthan Raajeshwar <[email protected]>
…et plugin, new CRD fields, initial e2e tests Signed-off-by: Hariharasuthan Raajeshwar <[email protected]>
Signed-off-by: Hariharasuthan Raajeshwar <[email protected]>
Signed-off-by: Hariharasuthan Raajeshwar <[email protected]>
Signed-off-by: Hariharasuthan Raajeshwar <[email protected]>
…e tests Signed-off-by: Hariharasuthan Raajeshwar <[email protected]>
…r file, server side apply for writes
| spec: | ||
| terminationGracePeriodSeconds: 1 | ||
| containers: | ||
| - name: busybox |
Check warning
Code scanning / SonarCloud
Service account permissions should be restricted Medium test
| terminationGracePeriodSeconds: 1 | ||
| containers: | ||
| - name: busybox | ||
| image: quay.io/prometheus/busybox:latest |
Check warning
Code scanning / SonarCloud
Memory limits should be enforced Medium test
| spec: | ||
| terminationGracePeriodSeconds: 1 | ||
| containers: | ||
| - name: busybox |
Check warning
Code scanning / SonarCloud
Service account permissions should be restricted Medium test
| terminationGracePeriodSeconds: 1 | ||
| containers: | ||
| - name: busybox | ||
| image: quay.io/prometheus/busybox:latest |
Check warning
Code scanning / SonarCloud
Memory limits should be enforced Medium test
| spec: | ||
| terminationGracePeriodSeconds: 1 | ||
| containers: | ||
| - name: busybox |
Check warning
Code scanning / SonarCloud
Service account permissions should be restricted Medium test
| image: quay.io/prometheus/busybox:latest | ||
| command: ["sleep", "3600"] | ||
| ports: | ||
| - containerPort: 80 |
Check warning
Code scanning / SonarCloud
Memory limits should be enforced Medium test
| spec: | ||
| terminationGracePeriodSeconds: 1 | ||
| containers: | ||
| - name: busybox |
Check warning
Code scanning / SonarCloud
Service account permissions should be restricted Medium test
| terminationGracePeriodSeconds: 1 | ||
| containers: | ||
| - name: busybox | ||
| image: quay.io/prometheus/busybox:latest |
Check warning
Code scanning / SonarCloud
Memory limits should be enforced Medium test
| app: test-sts | ||
| version: v1 | ||
| spec: | ||
| containers: |
Check warning
Code scanning / SonarCloud
Service account permissions should be restricted Medium test
| version: v1 | ||
| spec: | ||
| containers: | ||
| - name: busybox |
Check warning
Code scanning / SonarCloud
Memory limits should be enforced Medium test
1d6f813 to
18c4d8f
Compare
|
| app: bg-analysis-fail | ||
| spec: | ||
| terminationGracePeriodSeconds: 1 | ||
| containers: |
Check warning
Code scanning / SonarCloud
Service account permissions should be restricted Medium test
| spec: | ||
| terminationGracePeriodSeconds: 1 | ||
| containers: | ||
| - name: busybox |
Check warning
Code scanning / SonarCloud
Memory limits should be enforced Medium test
| app: bg-analysis-success | ||
| spec: | ||
| terminationGracePeriodSeconds: 1 | ||
| containers: |
Check warning
Code scanning / SonarCloud
Service account permissions should be restricted Medium test
| spec: | ||
| terminationGracePeriodSeconds: 1 | ||
| containers: | ||
| - name: busybox |
Check warning
Code scanning / SonarCloud
Memory limits should be enforced Medium test
| app: inline-analysis-fail | ||
| spec: | ||
| terminationGracePeriodSeconds: 1 | ||
| containers: |
Check warning
Code scanning / SonarCloud
Service account permissions should be restricted Medium test
| spec: | ||
| terminationGracePeriodSeconds: 1 | ||
| containers: | ||
| - name: busybox |
Check warning
Code scanning / SonarCloud
Memory limits should be enforced Medium test
| app: inline-analysis-success | ||
| spec: | ||
| terminationGracePeriodSeconds: 1 | ||
| containers: |
Check warning
Code scanning / SonarCloud
Service account permissions should be restricted Medium test
| spec: | ||
| terminationGracePeriodSeconds: 1 | ||
| containers: | ||
| - name: busybox |
Check warning
Code scanning / SonarCloud
Memory limits should be enforced Medium test




Checklist:
"fix(controller): Updates such and such. Fixes #1234".