-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat: Create new app for Gateway API #3057
base: main
Are you sure you want to change the base?
Conversation
Pull Request Test Coverage Report for Build 12984012590Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
ce76e34
to
89ec410
Compare
7a49d06
to
8b68156
Compare
40b56ea
to
4085279
Compare
dependsOn: | ||
# There can only be one operator per cluster, just ensure CRDs are present, no need to wait for actual operator Deployment. | ||
- name: traefik-crd-prereq-jobs-v34.1.0 | ||
namespace: ${workspaceNamespace} |
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.
This Kustomization is installing the CRD, so there is no need to add dependsOn
. However the traefik
HR installation should be moved to a separate kustomization and should wait
@@ -3,3 +3,5 @@ kind: Kustomization | |||
resources: | |||
- traefik.yaml | |||
- grafana-dashboards | |||
- crds |
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.
- crds |
This will get included by the kustomization in crds.yaml
file.
What problem does this PR solve?:
Add dedicated app for Gateway API CRDs
Which issue(s) does this PR fix?:
https://jira.nutanix.com/browse/NCN-105328