You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue-Label Bot is automatically applying the label kind/feature to this issue, with a confidence of 0.80. Please mark this comment with 👍 or 👎 to give our bot feedback!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This can be used to tear down a tanka environment. When doing `tk
delete`, tanka will generate all manifests for an environment and remove
them from kubernetes cluster.
This is a safer variant of the one-liner mentioned at #155
Signed-off-by: Milan Plzik <[email protected]>
This can be used to tear down a tanka environment. When doing `tk
delete`, tanka will generate all manifests for an environment and remove
them from kubernetes cluster.
This is a safer variant of the one-liner mentioned at #155
Signed-off-by: Milan Plzik <[email protected]>
Like kubectl, it should be easily possible to delete the resources created with Tanka:
tk delete <environment>
Implementation however must wait until #131 is merged, as this big PR messes with the deleting in the client too much
For now the following workaround can be used:
The text was updated successfully, but these errors were encountered: