-
Notifications
You must be signed in to change notification settings - Fork 21
Conversation
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.
Preview
isn't in the list of requirements. Ambassador will be a supported addon
aadc910
to
a701db0
Compare
This has been removed, ready for re-review. I pinged you in slack as I want to discuss this some before we merge. |
We're going to need to include cert-manager updates which are inbound, so for the moment I'm going to close this but keep the branch, the intention being to re-open with cert-manager tests once we're unblocked. |
We've decided to do a "Preview" version after all, sans cert-manager integration for the time being. |
980147d
to
bf2e345
Compare
Name: "http", | ||
ContainerPort: 8080, | ||
}}}}}}}} | ||
deployment, err := cluster.Client().AppsV1().Deployments(ns).Create(context.TODO(), &testDeployment, metav1.CreateOptions{}) |
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.
Do we want to wait for deployment to finish before we continue?
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.
You're right that we probably do want to do this, I'll make an update for it.
We probably need a better method, but for Calico we should atleast add this similar to |
What type of PR is this?
Feature
What this PR does/ why we need it:
Adds Ambassador as an addon in KBA.
Which issue(s) this PR fixes:
https://jira.d2iq.com/browse/D2IQ-71860
Does this PR introduce a user-facing change?:
Checklist