Skip to content

Commit d4d61ce

Browse files
committed
Refactoring
* Use python kube-client * Modularize delete functionality * Add -n, --namespace parameter for namespace * Error handling Signed-off-by: Chirayu Kapoor <[email protected]>
1 parent c582411 commit d4d61ce

File tree

2 files changed

+724
-794
lines changed

2 files changed

+724
-794
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Let’s look at an example of creating a multi-instance WordPress Service using
7878
source venv/bin/activate
7979
pip3 install -r requirements.txt
8080
apiserver=`kubectl config view --minify -o jsonpath='{.clusters[0].cluster.server}'`
81-
python3 provider-kubeconfig.py -s $apiserver create $KUBEPLUS_NS
81+
python3 provider-kubeconfig.py -s $apiserver create --namespace $KUBEPLUS_NS
8282
deactivate
8383
```
8484

0 commit comments

Comments
 (0)