Jan Dubois
Jan Dubois
Right now we do not support Windows older than Windows 10 1909, or macOS older than macOS 10.15 Catalina, and know that it won't work. In that case we should...
k3s only used to have uncompressed tarballs until recently. The size difference is enormous though: 160MB vs. 475MB for the latest release. We should use the compressed tarballs whenever available....
I've tested upgrading from 1.16.14 to 1.24.0-alpha, and both `helm-install-traefik` and `metrics-server` do not start again. I have then tested upgrading from 1.16.14 to 1.20.14 (which worked fine), and then...
There is no need to document the helper API in the `README`; it is documented in the upstream repo. There is also no need to know about all the different...
If the `~/.kube/config` contains an empty `current-context` like this: ``` current-context: "" ``` then it will not be replaced with `rancher-desktop` unlike when the setting is missing completely, or set...
There has been some misleading advice in some of the comments, suggesting to run Rancher Desktop as `root` (on macOS) to avoid having to make `/usr/local/bin` writable by the current...
The VM is still running, and the tray icon as well, but the dock entry, task-switcher entry, and the menu bar are all gone, so there is no way to...
Right now `cf-operator.fullname` prefixes the chart name with the release name and not the namespace: https://github.com/cloudfoundry-incubator/quarks-operator/blob/master/deploy/helm/quarks/templates/_helpers.tpl#L14-L25 This is used to create names for e.g. cluster roles and cluster rolebindings. The...
The docs at https://bosh.io/docs/links/#explicit state: > Optional consumers may be specified as nil in the deployment manifest to block consumption of any providers. In kubecf we have done this to...
CF is treating all memory sizes as base-2 based: ``` // ToBytes parses a string formatted by ByteSize as bytes. Note binary-prefixed and SI prefixed units both mean a base-2...