upbound / up

The @upbound CLI
Apache License 2.0
52 stars 41 forks source link

Adjust ingress-nginx deployment to target kind #352

Closed tnthornton closed 1 year ago

tnthornton commented 1 year ago

Description of your changes

I have:

How has this code been tested

  1. Started kind cluster.
  2. Deployed spaces to it:
    
    ./_output/bin/darwin_arm64/up space init --token-file=key.json v0.14.0-rc.0.129.g29db6bd1
    WARNING  One or more required prerequisites are not installed:

❌ cert-manager ❌ universal-crossplane ❌ ingress-nginx ❌ provider-kubernetes ❌ provider-helm

Would you like to install them now? [y/N]: Yes

√ [1/5]: Installing cert-manager √ [2/5]: Installing universal-crossplane √ [3/5]: Installing ingress-nginx √ [4/5]: Installing provider-kubernetes √ [5/5]: Installing provider-helm INFO Required prerequisites met! INFO Proceeding with Upbound Spaces installation... √ [1/3]: Creating pull secret upbound-pull-secret √ [2/3]: Initializing Space components √ [3/3]: Starting Space Components 🙌 Your Upbound Space is Ready!

👀 Next Steps 👇

👉 Check out Upbound Spaces docs @ https://docs.upbound.io

3. Created a control plane

kubectl get ctp NAME READY AGE ctp1 True 7m5s

4. Attempted to connect to control plane

KUBECONFIG=/tmp/ctp1.yaml kubectl get ns NAME STATUS AGE default Active 2m53s kube-node-lease Active 2m55s kube-public Active 2m55s kube-system Active 2m55s upbound-system Active 2m39s