Zichun (Chris) Chong
Zichun (Chris) Chong
Additional information on operator deployment and registry. There are three approaches to deploy operators with increasing complexity. 1. Not managed by OLM, scripts with pure `kubectl` commands Operators are yaml...
> Explore the possibility of hosting operator on github repo, or we might have to host it on quay.io. Github is not capable of hosting operator images, a image repository...
As discussed, we are going to follow the second approach for deploying the JITServer operator (deployment is managed by OLM without community operator registry certification). Summarizing a to-do list for...
This comment summarizes the changes need to be applied to `values.yaml`. Using version upgrade from 0.24 to 0.25 as an example. This file contains the image repository and tag that...
This comment summarizes the changes need to be applied to `Chart.yaml`. Using version upgrade from 0.24 to 0.25 as an example. Once the image tag is updated and points to...
This comment summarizes the changes need to be applied to `index.yaml`. Using version upgrade from 0.24 to 0.25 as an example. Once above two changes are applied, the next step...