Hey, Team! I have AirByte deployed on kubernetes. ...
# ask-community-for-troubleshooting
b
Hey, Team! I have AirByte deployed on kubernetes. how to I upgrade it with the latest AirByte code? I tried: •
git pull
to get the latest AirByte code •
kubectl apply -k kube/overlays/stable
to push the code out to the pods But I don't see the new sources and destinations in the GUI. What step am I missing?
n
Hey, Brian! We have a document on how to upgrade Airbyte on Kubernetes: https://airbytehq.github.io/operator-guides/upgrading-airbyte/#upgrading-on-k8s-0270-alpha-and-above
b
Thank you!