You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the only supported way to install VPP is via Calico operator.
There used to be a support previously to install via manifest as well, please bring that support back.
There are few kustomize example, may be this can be added as kustomize example as well. e.g. in my case to make it work.
I took base calico.yaml base manifest and applied two patches.
1- configmap patch to update the dataplane_options.
2- calico-node patch to update ENV. https://github.com/tigera/operator/blob/master/pkg/render/node.go. Thanks @sknat for the help on slack.
The text was updated successfully, but these errors were encountered:
abasitt
changed the title
Bring back the manifest support
Bring back the manifest install support
Apr 10, 2024
Currently the only supported way to install VPP is via Calico operator.
There used to be a support previously to install via manifest as well, please bring that support back.
There are few kustomize example, may be this can be added as kustomize example as well. e.g. in my case to make it work.
I took base calico.yaml base manifest and applied two patches.
1- configmap patch to update the dataplane_options.
2- calico-node patch to update ENV. https://github.com/tigera/operator/blob/master/pkg/render/node.go. Thanks @sknat for the help on slack.
The text was updated successfully, but these errors were encountered: