Closed cmoulliard closed 5 years ago
/kind documentation
@cmoulliard Here are some pointers in case you are still looking.
Deployment on Minikube:
1) Enable using local docker images: eval $(minikube docker-env)
2) Have a script that builds a Docker image of your code. Something like this: https://github.com/cloud-ark/kubeplus/blob/master/postgres-crd-v2/build-local-deploy-artifacts.sh
3) Deploy it on Minikube as a Deployment. Example: https://github.com/cloud-ark/kubeplus/blob/master/postgres-crd-v2/artifacts/deployment/deployment-minikube.yaml
For non Minikube deployments you can change the build script to push to your preferred Docker registry. Then modify the deployment YAML to use image from this registry.
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle stale
/remove-lifecycle stale /assign
I think we can add a small note about this in the README.
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle stale
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten
.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle rotten
Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen
.
Mark the issue as fresh with /remove-lifecycle rotten
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /close
@fejta-bot: Closing this issue.
Is it possible to enhance the doc in order to explain how we could build a docker image and next install the
sample-controller
on k8s, openshift ?