We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should document somewhere (to be discussed) how to recover Epinio app to be visible by CLI again if deleted.
Example:
cat <<EOF | kubectl apply -f - apiVersion: application.epinio.io/v1 kind: App metadata: annotations: epinio.io/created-by: admin name: jenkins-epinio namespace: workspace spec: chartname: standard imageurl: jenkins/jenkins origin: container: jenkins/jenkins routes: - jenkins-epinio.192.168.16.3.omg.howdoi.website EOF
Related issue: epinio/epinio#2623 (comment)
Alternative: (edited. added post-initial description)
k get apps.application.epinio.io jenkins-epinio -n workspace -o yaml > /tmp/sample.yaml
Modify & apply it
k apply -f /tmp/sample.yaml
epinio app delete temporary-app
App should re-appear
The text was updated successfully, but these errors were encountered:
The intended recovery requires saving the custom resources before. If they are not saved ...
Sorry, something went wrong.
andreas-kupries
Successfully merging a pull request may close this issue.
We should document somewhere (to be discussed) how to recover Epinio app to be visible by CLI again if deleted.
Example:
Related issue: epinio/epinio#2623 (comment)
Alternative: (edited. added post-initial description)
Modify & apply it
App should re-appear
The text was updated successfully, but these errors were encountered: