Petrus Repo
Petrus Repo
It is useful to set runtime configuration with environment variables in Docker. Butterfly by default discards any environment variables set by the parent environment. This PR copies `env = os.environ`...
Is there even a remote chance Kata containers with Metal instances could be used with Docker-OSX ? That is, does such a combination of things exist, even beeling edge, that...
I updated to Ruby 2.4.1 and grape-entity started complaining about using a lambda with `:if`. This worked perfectly on Ruby 2.4.0, grape 0.19.2 and grape-entity 0.6.1: ```ruby expose :context_company_id, if:...
Lets Encrypt addon allows defining Issuer's metadata.name in cluster.yml. However, ClusterIssuer has hardcoded name `kube-ca-issue` : https://github.com/kontena/pharos-cluster/blob/2a8ff4197b7afcb763b22cf98d6c97c741a9d074/addons/cert-manager/addon.rb#L98 Expected: When cluster.yml defines `ca_issuer.enabled: true`, it either uses `issuer.name` or allows you...
HTTP/2 defines that HTTP headers be lowercase. Grape consistently normalizes HTTP headers to PascalCase. This is ok since it's consistent. However, there are more and more API clients which normalize...
How could we get an updated kustomize version for gitopsUpdateDeployment step? The current version of kustomize is fairly old. Related: * https://github.com/SAP/jenkins-library/issues/3638
### Describe the bug a clear and concise description of what the bug is. Applying the kube-prometheus-stack with ArgoCD fails with the CRDs being too big. * Known issue: https://github.com/prometheus-operator/prometheus-operator/issues/4439...
(extracted from #1) @kke: > dry dependencies caused a lot of problems with projects that were using dry gems on their own, but those were already dropped in the master....
When eg. a controller is the owner of its resources, it also controls the metadata.ownerReferences field. Stack is not able to prune its resources correctly if any resources with ownerReferences...
(extracted from #1) Related: https://github.com/kontena/k8s-client/issues/167 @kke: > I'd rather see a separate k8s-kubeconfig gem taking care of this. From the original issue: Any relative file references are supposed to be...