Skip to content
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

install agent from the spaces registry #618

Merged
merged 1 commit into from
Sep 7, 2024
Merged

install agent from the spaces registry #618

merged 1 commit into from
Sep 7, 2024

Conversation

avalanche123
Copy link
Contributor

Description of your changes

Now that spaces images moved into xpkg registry, install agent from there too.

I have:

  • Read and followed Upbound's contribution process.
  • Run make reviewable to ensure this PR is ready for review.
  • Added backport release-x.y labels to auto-backport this PR, as appropriate.

How has this code been tested

Created a space in kind and connected it, checked the images afterwards:

kubectl get pod -A -o json | jq '[.items[] | .spec.containers[] | .image] | sort | unique'
[
  "docker.io/kindest/kindnetd:v20240813-c6f155d6",
  "docker.io/kindest/local-path-provisioner:v20240813-c6f155d6",
  "quay.io/jetstack/cert-manager-cainjector:v1.11.0",
  "quay.io/jetstack/cert-manager-controller:v1.11.0",
  "quay.io/jetstack/cert-manager-webhook:v1.11.0",
  "registry.k8s.io/coredns/coredns:v1.11.1",
  "registry.k8s.io/etcd:3.5.15-0",
  "registry.k8s.io/ingress-nginx/controller:v1.8.1@sha256:e5c4824e7375fcf2a393e1c03c293b69759af37a9ca6abdb91b13d78a93da8bd",
  "registry.k8s.io/kube-apiserver:v1.31.0",
  "registry.k8s.io/kube-controller-manager:v1.31.0",
  "registry.k8s.io/kube-proxy:v1.31.0",
  "registry.k8s.io/kube-scheduler:v1.31.0",
  "xpkg.upbound.io/spaces-artifacts/agent:v0.0.0-429.g5433474",
  "xpkg.upbound.io/spaces-artifacts/envoy:v1.26-latest",
  "xpkg.upbound.io/spaces-artifacts/hyperspace:v1.7.0",
  "xpkg.upbound.io/spaces-artifacts/mxp-charts:v1.7.0"
]

@tnthornton tnthornton merged commit 7f64937 into main Sep 7, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants