This repository was archived by the owner on Oct 3, 2023. It is now read-only.
This repository was archived by the owner on Oct 3, 2023. It is now read-only.
avoid install scripts #9
Open
Description
People usually don't do deploy.sh in kubernetes.
Either consider publishing tagged/versioned .yaml manifest files with public images guaranteed to work for a long while –or consider publishing a Helm chart or something similar.
Even super complicated operator systems like Istio or Knative usually deploy via single kubectl apply -f url
command. Also consider using a special namespace like oc-system
to deploy the operator components.
Metadata
Metadata
Assignees
Labels
No labels