stunner icon indicating copy to clipboard operation
stunner copied to clipboard

Generate static yamls on release

Open davidkornel opened this issue 2 years ago • 3 comments
trafficstars

With each release, we should generate the static manifests from the helm and place them under deploy/manifests. Perhaps we need to extend the functionality of the existing workflow

davidkornel avatar May 09 '23 12:05 davidkornel

Hi @davidkornel, if I get this right, this would be very helpful, as I'd be able to use the manifests through Kustomize (kubectl apply -k) without Helm. Not sure if the static manifests are up-to-date right now.

davidknezic avatar Oct 23 '23 20:10 davidknezic

hi @davidknezic, my bad I forgot to update them with the latest release, they are still at v0.15.0. I'll try to update them tonight. Feel free to send a ping if I forget to update.

davidkornel avatar Oct 24 '23 15:10 davidkornel

@davidknezic they should be up-to-date know. As it was stated in the commit message by default the legacy dataplane mode is used, however a sample Dataplane CR is also provided. If you wish to use the dataplane mode:

  • change the dataplane-mode flag to managed in the stunner-gateway-operator-manifests.yaml file
  • remove the stunner-manifests.yaml file

davidkornel avatar Oct 24 '23 18:10 davidkornel