-
Notifications
You must be signed in to change notification settings - Fork 533
chore: Remove need for insecure registry #1306
chore: Remove need for insecure registry #1306
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.
please update docs/environments/kind.md accordingly.
daebfd4
to
6e53857
Compare
@makkes Done. |
6e53857
to
9eb8b52
Compare
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'm testing the changes locally now, will report my results shortly. Besides that, a small nit.
9ad08dd
to
a05bbaa
Compare
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.
macOS still fails, let's delay fixing that to another PR. Tested on Linux now and it works fine.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jimmidyson, makkes The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
a05bbaa
to
a6e6d4e
Compare
/lgtm |
After kubernetes-retired#1306 has been merged, `make deploy.kind` broke because it doesn't provide the `KIND_CLUSTER_NAME` variable. An empty default provided to `kind`'s `--name` parameter doesn't make much sense because `kind` will simply error out in that case so using a default of `kind` for the name is the solution that should work most of the time, especially when following the quick start guide in the README.md.
What this PR does / why we need it:
Removes the need for the insecure registry deployment and configuration from running e2e tests locally with kind.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #496.
Special notes for your reviewer: