kuberig
kuberig copied to clipboard
Deploy to Kubernetes/OpenShift by leveraging your developer skills - no yaml required!
Hi I believe `user.home` would work everywhere. I had `null` there on win 10
https://github.com/kuberig-io/kuberig/blob/52a10933da89de15244af07e011eefe3f4d45756/kuberig-gradle-plugin/src/main/kotlin/io/kuberig/gradle/KubeRigPlugin.kt#L108 This line is broken when including a dependency that is not in the `io.kuberig.dsl.$platformTypeName` package. For example, I needed to suuport openshift which is in the `io.kuberig.dsl.kubernetes` package, and...
As jcenter is shutting down we need to replace our jcenter publishing with maven-central publishing
`initEnvironment` makes some changes in a cluster. Sometimes, for different reason you might want to stop using kuberig on a given cluster. While for PoC it is just fine to...
I started playing with kuberig and I was not able to find a counterpart of `kubectl delete` command which would delete resources created by `deployXxxEnvironment`. Is it currently possible (without...
multiple deployments, with verification of deployed resources. https://github.com/tilt-dev/kind-local/tree/master/.circleci
automate build and release jobs the release job should automatically update the version in: - the readme - the kuberig-starter project
Hi! First of all thanks for creating a very promising piece of software! This post is more of an idea description rather than a bug report. I'd like to have...
to make the use of the environment configuration easier, we should map the config to a class and provide an instance during resource generation.
Something like `encryptConfig --keys KEY_A KEY_B KEY_C`