Dev
Dev
Now that KubePlus has deprecated support defining and enforcing Pod-level policies, we need to update our documentation to remove references of Pod-level policies. We need to update the ResourceComposition specification...
Currently KubePlus supports license definition for a Kind based on number of application instances that can be created and absolute time when an application instance can be created. Occassionally, it...
Over time, mutating webhook has gone through several feature changes. Specifically, following features are no longer supported. 1. Checking Pod-level policies 2. Checking and applying Namespace-level policies (func checkAndApplyNSPolicies) 3....
Per [this issue](https://github.com/cloud-ark/kubeplus/issues/1224), we have tested KubePlus behavior when deployed in non-default namespace. However, [this code in mutating-webhook](https://github.com/cloud-ark/kubeplus/blob/master/mutating-webhook/webhook.go#L320), indicates otherwise. Let's test KubePlus behavior in non-default namespace again. If it...
Improve tests to ensure that the application/namespace from previous test is completely deleted before creating an application with the same name in a subsequent test.
Users may be using tools such as helm, argocd, github actions to deploy the cloud-native applications (creating helm releases). KubePlus should be able to subsume such helm releases and retrofit...