Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

chore: Remove need for insecure registry #1306

Conversation

jimmidyson
Copy link
Contributor

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:

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Oct 20, 2020
@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Oct 20, 2020
Copy link
Contributor

@makkes makkes left a 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.

@jimmidyson jimmidyson force-pushed the jimmi/remove-insecure-registry branch from daebfd4 to 6e53857 Compare October 20, 2020 10:55
@jimmidyson
Copy link
Contributor Author

@makkes Done.

@jimmidyson jimmidyson force-pushed the jimmi/remove-insecure-registry branch from 6e53857 to 9eb8b52 Compare October 20, 2020 10:56
Copy link
Contributor

@makkes makkes left a 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.

scripts/deploy-kubefed.sh Show resolved Hide resolved
@jimmidyson jimmidyson force-pushed the jimmi/remove-insecure-registry branch 2 times, most recently from 9ad08dd to a05bbaa Compare October 20, 2020 13:42
Copy link
Contributor

@makkes makkes left a 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.

@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@jimmidyson jimmidyson force-pushed the jimmi/remove-insecure-registry branch from a05bbaa to a6e6d4e Compare October 21, 2020 09:09
@hectorj2f
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Oct 21, 2020
@k8s-ci-robot k8s-ci-robot merged commit ce34daa into kubernetes-retired:master Oct 21, 2020
makkes pushed a commit to makkes/kubefed that referenced this pull request Oct 22, 2020
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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Precommit script fails locally
4 participants