Hello, when upgrading from 0.34.1-alpha to 0.34.2-...
# feedback-and-requests
t
Hello, when upgrading from 0.34.1-alpha to 0.34.2-alpha,
kubectl apply -f
failed with
Copy code
The Pod "airbyte-bootloader" is invalid: spec: Forbidden: pod updates may not change fields other than `spec.containers[*].image`, `spec.initContainers[*].image`, `spec.activeDeadlineSeconds` or `spec.tolerations` (only additions to existing tolerations)`
it appears bootloader pod needs to be deleted manually before executing command.
b
Yes. That’s a recent change so it’s still slightly rough. We are either going to randomise the name, or add a sweeper. Can’t configure the pod to delete itself unfortunately