-
Notifications
You must be signed in to change notification settings - Fork 49
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
Update equinix sdk #303
Update equinix sdk #303
Conversation
@schrodit Thank you for your contribution. |
@jonas-zipprick You have pull request review open invite, please check |
@schrodit You need rebase this pull request with latest master branch. Please check. |
/needs-rebase |
@RiRa12621 Command |
3746ab5
to
de5e12d
Compare
@@ -150,94 +162,6 @@ var _ = Describe("Ensurer", func() { | |||
Expect(err).To(Not(HaveOccurred())) | |||
checkKubeAPIServerDeployment(dep, "1.26.0", annotations) | |||
}) | |||
|
|||
It("should keep the NODE_NETWORK env variable in the kube-apiserver deployment if its value does not change", func() { |
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.
the vpn-seed conatiner in the apiserver does not exist anymore
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.
/lgtm
maybe add a test but not blocking on that.
How to categorize this PR?
/area quality
/kind enhancement
/platform equinix-metal
What this PR does / why we need it:
Updates the equinix sdk to use the newer equinix one instead of the old packet one
Fixes #265
Special notes for your reviewer: