Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Danny Froberg
microk8s
Commits
282fc245
Commit
282fc245
authored
Mar 14, 2019
by
Miguel Garcia
Committed by
Konstantinos Tsakalozos
Mar 14, 2019
Browse files
fix: delete CRDs on reset (#355)
parent
db126130
Changes
1
Hide whitespace changes
Inline
Side-by-side
microk8s-resources/wrappers/microk8s-reset.wrapper
View file @
282fc245
...
@@ -21,6 +21,9 @@ clean_cluster() {
...
@@ -21,6 +21,9 @@ clean_cluster() {
$KUBECTL
delete
$REMOVEABLE_NSES
$KUBECTL
delete
$REMOVEABLE_NSES
fi
fi
echo
"Removing CRDs"
$KUBECTL
delete
--all
customresourcedefinitions.apiextensions.k8s.io
# Wait for 200 secs at most.
# Wait for 200 secs at most.
echo
"Waiting for kubernetes resources to be released"
echo
"Waiting for kubernetes resources to be released"
n
=
0
n
=
0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment