mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-22 19:44:36 +00:00
This commit is contained in:
7
docs/getting-started-guides/coreos/azure/destroy-cluster.js
Executable file
7
docs/getting-started-guides/coreos/azure/destroy-cluster.js
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
var azure = require('./lib/azure_wrapper.js');
|
||||
|
||||
azure.destroy_cluster(process.argv[2]);
|
||||
|
||||
console.log('The cluster had been destroyed, you can delete the state file now.');
|
||||
Reference in New Issue
Block a user