github.com/IBM-Cloud/bluemix-go@v0.0.0-20240423071914-9e96525baef4/examples/container/download_config/README.md (about) 1 # Download Cluster Config example 2 3 This example shows how to download the kubernetes cluster configuration. 4 5 This downloads the configuration of given cluster at the destination path specified. 6 7 Example: 8 9 ``` 10 go run main.go -clustername myCluster -path /home/myCluster/config 11 ```