-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
subctl upgrade failed - failed to upgrade from 0.17.1 to 0.18.0-rc0 #1148
Labels
Comments
The broker secret was renamed to "submariner-broker-secret" by #1128 so we need to migrate it. |
tpantelis
added a commit
to tpantelis/subctl
that referenced
this issue
Jun 6, 2024
The broker secret has been renamed to submariner-broker-secret so copy the old secret with the new name and delete the old one. Fixes submariner-io#1148 Signed-off-by: Tom Pantelis <[email protected]>
tpantelis
added a commit
to tpantelis/subctl
that referenced
this issue
Jun 6, 2024
The broker secret has been renamed to submariner-broker-secret so copy the old secret with the new name and delete the old one. Also update the BrokerK8sSecret field in the Submariner object. Fixes submariner-io#1148 Signed-off-by: Tom Pantelis <[email protected]>
skitt
pushed a commit
that referenced
this issue
Jun 11, 2024
The broker secret has been renamed to submariner-broker-secret so copy the old secret with the new name and delete the old one. Also update the BrokerK8sSecret field in the Submariner object. Fixes #1148 Signed-off-by: Tom Pantelis <[email protected]>
tpantelis
added a commit
to tpantelis/subctl
that referenced
this issue
Jun 12, 2024
The broker secret has been renamed to submariner-broker-secret so copy the old secret with the new name and delete the old one. Also update the BrokerK8sSecret field in the Submariner object. Fixes submariner-io#1148 Signed-off-by: Tom Pantelis <[email protected]>
tpantelis
added a commit
that referenced
this issue
Jun 13, 2024
The broker secret has been renamed to submariner-broker-secret so copy the old secret with the new name and delete the old one. Also update the BrokerK8sSecret field in the Submariner object. Fixes #1148 Signed-off-by: Tom Pantelis <[email protected]>
skitt
pushed a commit
to skitt/subctl
that referenced
this issue
Jul 1, 2024
The broker secret has been renamed to submariner-broker-secret so copy the old secret with the new name and delete the old one. Also update the BrokerK8sSecret field in the Submariner object. Fixes submariner-io#1148 Signed-off-by: Tom Pantelis <[email protected]>
skitt
pushed a commit
to skitt/subctl
that referenced
this issue
Jul 1, 2024
The broker secret has been renamed to submariner-broker-secret so copy the old secret with the new name and delete the old one. Also update the BrokerK8sSecret field in the Submariner object. Fixes submariner-io#1148 Signed-off-by: Tom Pantelis <[email protected]>
tpantelis
added a commit
to skitt/subctl
that referenced
this issue
Jul 9, 2024
The broker secret has been renamed to submariner-broker-secret so copy the old secret with the new name and delete the old one. Also update the BrokerK8sSecret field in the Submariner object. Fixes submariner-io#1148 Signed-off-by: Tom Pantelis <[email protected]>
tpantelis
added a commit
to skitt/subctl
that referenced
this issue
Jul 9, 2024
The broker secret has been renamed to submariner-broker-secret so copy the old secret with the new name and delete the old one. Also update the BrokerK8sSecret field in the Submariner object. Fixes submariner-io#1148 Signed-off-by: Tom Pantelis <[email protected]>
tpantelis
added a commit
that referenced
this issue
Jul 9, 2024
The broker secret has been renamed to submariner-broker-secret so copy the old secret with the new name and delete the old one. Also update the BrokerK8sSecret field in the Submariner object. Fixes #1148 Signed-off-by: Tom Pantelis <[email protected]>
tpantelis
added a commit
that referenced
this issue
Jul 9, 2024
The broker secret has been renamed to submariner-broker-secret so copy the old secret with the new name and delete the old one. Also update the BrokerK8sSecret field in the Submariner object. Fixes #1148 Signed-off-by: Tom Pantelis <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened:
subctl upgrade --to-version 0.18.0-rc0
failed to upgradesubmariner-gateway
podWhat you expected to happen:
All of submariner components should be upgraded to requested version
How to reproduce it (as minimally and precisely as possible):
use subctl 0.17.1 to deploy submariner
run:
subctl upgrade --to-version 0.18.0-rc0
Anything else we need to know?:
Output from:
kubectl describe daemonset submariner-gateway -n submariner-operator
:`
Events:
Type Reason Age From Message
Warning FailedCreate 7s (x20 over 38m) daemonset-controller Error creating: pods "submariner-gateway-" is forbidden: volume with secret.secretName="broker-secret-4647f" is not allowed because service account submariner-gateway does not reference that secret
`
output from:
kubectl get secrets -n submariner-operator
:NAME TYPE DATA AGE broker-secret-4647f Opaque 3 26m submariner-ipsec-psk Opaque 1 26m
Environment:
subctl diagnose all
):subctl gather
)The text was updated successfully, but these errors were encountered: