Skip to content
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

Unable to finalize installation if first installation is aborted #388

Closed
m4oc opened this issue Nov 30, 2023 · 2 comments · Fixed by #389
Closed

Unable to finalize installation if first installation is aborted #388

m4oc opened this issue Nov 30, 2023 · 2 comments · Fixed by #389
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@m4oc
Copy link

m4oc commented Nov 30, 2023

After an unsuccessful first installation (a trivial ctrl+c on helm), some resources remain configured.

It would be useful to have a procedure to completely clean up the installation and be able to relaunch it

client.go:486: [debug] Starting delete for "default" DataStore
client.go:490: [debug] Ignoring delete failure for "default" kamaji.clastix.io/v1alpha1, Kind=DataStore: datastores.kamaji.clastix.io "default" not found
client.go:142: [debug] creating 1 resource(s)

Error: INSTALLATION FAILED: failed pre-install: warning: Hook pre-install kamaji/templates/datastore.yaml failed: 1 error occurred:
        * Internal error occurred: failed calling webhook "vdatastore.kb.io": failed to call webhook: Post "[https://kamaji-webhook-service.kamaji-system.svc:443/validate-kamaji-clastix-io-v1alpha1-datastore?timeout=10s](https://kamaji-webhook-service.kamaji-system.svc/validate-kamaji-clastix-io-v1alpha1-datastore?timeout=10s)": service "kamaji-webhook-service" not found
 
helm.go:84: [debug] failed pre-install: warning: Hook pre-install kamaji/templates/datastore.yaml failed: 1 error occurred:
        * Internal error occurred: failed calling webhook "vdatastore.kb.io": failed to call webhook: Post "[https://kamaji-webhook-service.kamaji-system.svc:443/validate-kamaji-clastix-io-v1alpha1-datastore?timeout=10s](https://kamaji-webhook-service.kamaji-system.svc/validate-kamaji-clastix-io-v1alpha1-datastore?timeout=10s)": service "kamaji-webhook-service" not found
@bsctl bsctl self-assigned this Nov 30, 2023
@bsctl
Copy link
Member

bsctl commented Nov 30, 2023

@m4oc thanks for reporting this Marco. We'll provide a recovery procedure in the doc.

@bsctl bsctl added the documentation Improvements or additions to documentation label Dec 1, 2023
@bsctl
Copy link
Member

bsctl commented Dec 2, 2023

@m4oc please check #389

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants