Dev
Dev
Test123
Yes, we are aware of this issue. The size has grown over the years. Time to time we have removed unwanted/unused files. Here is the output of git count-objects `git...
I think it is the branches. In .git/objects/pack, there is a .pack file which is 6.6G is size. It is all the history of the repository over the years. We...
@chiukapoor I have cleaned up the branches. There are now only 12 branches remaining (including master and develop). The 10 remaining branches (except master and develop) cannot be deleted without...
@chiukapoor Great work! I will go through these steps in the next couple of days.
Looking at the files, we do want to keep following files in the repo: - plugins/kubediscovery-linux, and kubeplus-kubectl-plugins.tar.gz We can remove rest of the files. For above two files, whenever...
One way to implement this will be to use labels. Add a label ("delete=true") to the application instance. In the mutating webhook, skip any checks for deleting the instance, if...
Steps to re-create: 1. cd tests 2. kubectl create ns tenant1 3. kubectl create -f wordpress-service-composition-chart-nopodpolicies.yaml --kubeconfig=../kubeplus-saas-provider.json 4. kubectl create -f tenant1.yaml --kubeconfig=../kubeplus-saas-provider.json 5. kubectl delete -f tenant1.yaml --kubeconfig=../kubeplus-saas-provider.json 6....