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
for example, after I modify some YAML files under an addon directory, how could I upgrade the existing addon in a remote K8s cluster.
We should have some guides to use commands like helm template ./deploy/llm/ | kubectl apply -f - or helm upgrade -i neon deploy/neon for developper who're not that familiar with Kubeblocks and helm.
The text was updated successfully, but these errors were encountered:
for example, after I modify some YAML files under an addon directory, how could I upgrade the existing addon in a remote K8s cluster.
We should have some guides to use commands like
helm template ./deploy/llm/ | kubectl apply -f -
orhelm upgrade -i neon deploy/neon
for developper who're not that familiar with Kubeblocks and helm.The text was updated successfully, but these errors were encountered: