Jan
Jan
++1 any news?
Maybe an overshoot, but you can have a look on Rancher (a GUI orchestration tool for k8s). You can add and remove Nodes easily by clicking in your browser as...
As far I can remember, I added some code to check if I am on Server or client: ``` const containers = typeof document !== "undefined" ? document.querySelectorAll(selector) : []...
Thank you
Quay is on again... I followed the instructions: of v0.12.4 here: https://github.com/bitnami-labs/sealed-secrets/releases/tag/v0.12.4 (using Mac) `wget https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.12.4/kubeseal-darwin-amd64 -O kubeseal` `sudo install -m 755 kubeseal /usr/local/bin/kubeseal` ``` ❯ kubeseal --fetch-cert -v 10000...
(tried everything on a 1 node cluster small with no "Marketplace" apps installed. Only applied your manifest: ` kubectl apply -f https://raw.githubusercontent.com/civo/kubernetes-marketplace/master/sealed-secrets/app.yaml`
Wouldn't it be better to create a new app without any demo code. And add the demo code by passing an argument like `--demo` or `--example`? The demo is only...
have the same problem with Pry version 0.9.12.2 on Ruby 1.9.3
Glad to hear 👂🏾. When I have time I will add support for multiple IPs too.
Maybe we could "loop" through a "key/value pair array" like `fips="123.456.789.0=www.domain.com,11aa::11aa::11aa:11aa=another.domain.com`. These could include ipv6 as well as ipv4 domains. Or we split it like `fipv4` and `fipv6` parameter. And...