Jan Dubois

Results 216 issues of 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...

kind/enhancement
priority/2
platform/macos
platform/windows
component/ui

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....

kind/enhancement

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...

kind/enhancement

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...

kind/technical-debt
area/registry
priority/1

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...

kind/enhancement
good first issue

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...

kind/enhancement
priority/1

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...

kind/bug
platform/macos
component/ui

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...

bug
accepted

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...

bug
unscheduled

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...

bug
unscheduled