Skip to content

How to Delete ArangoDeployment #224

Closed
@cbluth

Description

Please see this:

cbluth@dl7490:~/x/arangodb$ kubectl -n platform get ArangoDeployment
NAME       AGE
arangodb   7d
cbluth@dl7490:~/x/arangodb$ kubectl -n platform delete ArangoDeployment arangodb
arangodeployment.database.arangodb.com "arangodb" deleted
cbluth@dl7490:~/x/arangodb$ kubectl -n platform get ArangoDeployment
NAME       AGE
arangodb   7d
cbluth@dl7490:~/x/arangodb$ kubectl -n platform delete ArangoDeployment arangodb --grace-period 0 --force
warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.
arangodeployment.database.arangodb.com "arangodb" deleted
cbluth@dl7490:~/x/arangodb$ kubectl -n platform get ArangoDeployment
NAME       AGE
arangodb   7d
cbluth@dl7490:~/x/arangodb$

How can I remove the ArangoDeployment?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions