-
Notifications
You must be signed in to change notification settings - Fork 40k
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
[1.16] build: Enable kube-cross image-building on K8s Infra #88596
[1.16] build: Enable kube-cross image-building on K8s Infra #88596
Conversation
Here we're primarily concerned with the kube-cross image, though we may expand scope at a later time. Adding the following reviewers/approvers: - BenTheElder - cblecker - dims - justaugustus - listx Once we've defined policies for handling these images, we'll expand the scope of this group to include Release Engineering. Signed-off-by: Stephen Augustus <saugustus@vmware.com>
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
- Search/replace Google Infra kube-cross locations for K8s Infra - Update kube-cross make targets - Don't attempt to pre-pull image (docker build --pull) This prevents CI failures when the image under test doesn't exist yet in the registry. - 'make all' now builds and pushes the kube-cross image - Allow 'TAG' to be specified via env var - Use 'KUBE_CROSS_VERSION' to represent the kube-cross version - Tag kube-cross images with both a kubernetes version ('git describe') and a kube-cross version - Add a GCB (Google Cloud Build) config file (cloudbuild.yaml) Signed-off-by: Stephen Augustus <saugustus@vmware.com>
6c9175d
to
4851f0f
Compare
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cblecker, justaugustus, liggitt 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 |
/remove-kind feature |
Cherry pick of #88562 on release-1.16.
Required to allow referencing
kube-cross
images stored on K8s Infra.#88562: build: Enable kube-cross image-building on K8s Infra
/kind feature cleanup
/sig release
/area release-eng
/priority important-soon
For details on the cherry pick process, see the cherry pick requests page.