Graham Dumpleton

Results 70 issues of Graham Dumpleton

The file `coffees/ext/theme.coffee` generates fixed URL `/themes/list.json` and others. The code needs to used `document.body.getAttribute('data-root-path')` as prefix for generated paths when `uri_root_path` option.

Is it technically possible to implement a ``b url`` command that could communicate over the web socket back to the browser that the terminal is accessed using, and have the...

When a DaemonSet is created, it creates a Pod for each fake node in the virtual cluster with an affinity rule. ``` affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchFields: - key:...

area/syncer

If it is necessary to use a specific non default ingress class in the underlying cluster, as is, it would be required to specify that ingress class also in Ingress...

area/syncer
kind/feature
help wanted

A Kubernetes Job name appears to need to follow DNS Subdomain Names rules. * contain no more than 253 characters * contain only lowercase alphanumeric characters, '-' or '.' *...

At present it looks like when using `--out-kube-config-secret` that the secret lands in the current namespace if `--target-namespace` is not used, and in the target namespace when `--target-namespace` is used....

area/syncer
kind/feature

When the vcluster control plain is deleted the secret used for the kubeconfig file is not deleted. This means that if you start a new vcluster immediately after using the...

area/syncer
kind/enhancement

What specific dependencies does the code have on Python 3.7? Supported major Linux OS distributions such as Red Hat Enterprise Linux still ship Python 3.6 as latest version in most...

question

In Kubernetes 1.24 there have been changes to how REST API access tokens are handled. This affects use of `kapp-controller` as described in separate issue https://github.com/vmware-tanzu/carvel-kapp-controller/issues/687. With such changes one...

bug
carvel accepted

**What steps did you take:** Create an ``example.yaml`` file containing: ``` apiVersion: v1 kind: ConfigMap metadata: name: xxx data: xyz: abc ``` Run: ``` kapp deploy -a website -f example.yaml...

enhancement
discussion
carvel accepted