Jean-Luc Geering
Jean-Luc Geering
While not 100% related to this discussion about the documentation, I'd like to mention #466 which is about adding a changelog page to the generated documentation (amongst other changelog related...
I actually implemented something like that: ``` K8s.Resource.build("v1", "ServiceAccount", namespace, name) |> MyProject.Resource.add_owner_references(added_resource) |> K8s.Client.create() |> K8s.Client.run(cluster_name) ``` with ``` defmodule MyProject.Resource do def add_owner_references(resource, owner) do put_in(resource, ["metadata", "ownerReferences"],...
or maybe an option to treat every column as text when importing / opening? I.e. an option to completely disable the "detect data type" feature. I have the same problem:...
actually, this has nothing to do with int vertices, as my second test cases shows: a graph with only 1 edge `{:b, :a}` will be traversed `[:a, :b]` (like the...
list of images from https://github.com/siderolabs/talos/releases/tag/v1.2.2 (or `talosctl images`) ``` ghcr.io/siderolabs/flannel:v0.19.2 ghcr.io/siderolabs/install-cni:v1.2.0-1-g116c5a9 docker.io/coredns/coredns:1.9.3 gcr.io/etcd-development/etcd:v3.5.4 k8s.gcr.io/kube-apiserver:v1.25.0 k8s.gcr.io/kube-controller-manager:v1.25.0 k8s.gcr.io/kube-scheduler:v1.25.0 k8s.gcr.io/kube-proxy:v1.25.0 ghcr.io/siderolabs/kubelet:v1.25.0 ghcr.io/siderolabs/installer:v1.2.2 k8s.gcr.io/pause:3.6 ``` problematic: * ghcr.io/siderolabs/* * docker.io/coredns/coredns => maybe possible to...
note to self - for docker.io we might be able to use mirror.gcr.io (configuration see https://www.talos.dev/v1.2/reference/configuration/#registrymirrorconfig and https://www.talos.dev/v1.2/advanced/air-gapped/#closing-notes) another option might be to use a NAT64 gateway, maybe in combination...
as a temp workaround, I switched to using https://nat64.net/
looks like I forgot to include a link to the github issue I found: https://github.com/community/community/discussions/10539 => basically, github doesn't seem to be in a hurry to make ipv6 work across...
see also #6281 for some ipv6 issues and fixes
other tools that hook into the shell seem to also have problems (when changing directories) * direnv (direnv hook not run when changing directory?) * mise-en-place (idem)