cloudfoundry / cf-crd-explorations

Apache License 2.0
3 stars 2 forks source link

CF API shim and controllers can be deployed to a Kubernetes cluster #8 #27

Closed Birdrock closed 3 years ago

Birdrock commented 3 years ago

CF API shim and controllers can be deployed to a Kubernetes cluster #8

akrishna90 commented 3 years ago

I am unable to push/pull images from to cloudfoundry/cf-crd-explorations. Which docker credentials should I use? "relintdockerhubpushbot" doesn't seem to do the trick.

Birdrock commented 3 years ago

That respository doesn't exist, currently. I used my own personal Docker respository instead.

IMG=<your repo>/cf-crd-explorations make deploy
akrishna90 commented 3 years ago

Oh okay, it works for me now with 'krishnaas/cf-crd-explorations'. But I had to update line 33 on /config/manager/manager.yaml and set the image manually. It was not automatically updated by the above command.

Birdrock commented 3 years ago

@akrishna90 Interesting. I'll take another look at it.

Birdrock commented 3 years ago

@akrishna90 Regarding the image not automatically updating: a kustomize command needed to be updated to automatically replace the image.

Birdrock commented 3 years ago

Going to merge this in preparation for demos.