-
### What happened?
This works:
```
kubectl wait --for=create someresourcetype/resource
```
But for generated resources where we need to filter, this immediately exits with `error: no matchi…
-
## Feature Request
Support ability to deploy ETCD over private IP
### Environment
OSX 10.11.6
What hardware/cloud provider/hypervisor is being used with Tectonic?
Vultr
### Desired Feature
…
-
**What happened**:
```
root@kebe-home:~# kind get kubeconfig --name my-cluster-installer > /tmp/x
using podman due to KIND_EXPERIMENTAL_PROVIDER
enabling experimental podman provider
…
-
Once we have our diatasix structure in place, include a howto/explanation for advanced networking scenarios.
For example:
- ipvs proxy mode (#772)
-
Besides #568 there may be simplier ways to provide backend plugin functions.
We can use external binaries (or scripts) to provide backend functions. This is the same approach with kubernetes plugin…
-
```
$ sudo weave --local launch
cp: cannot stat '/usr/bin/weaveutil': No such file or directory
```
This was on the 1.9 branch
Doesn't seem to stop it working.
-
https://github.com/Mirantis/cri-dockerd/blob/9a8a9fe300c829ed292d4bb97d8626c3077f6b25/core/service_alpha.go#L25
Kubernetes has dropped the support for CRI v1alpha2 in Kubernetes v1.26:
- https:/…
-
### What happened?
Hello.
We are investigating a pod crashloop issue with the causing logs to this one without reason/context given:
```
kuberuntime_container.go:742] "Killing container with a…
tdihp updated
3 weeks ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### What happened?
Cilium does not remove the `agent-not-ready` taint from the node on uninstall. As a result, aft…
-
### What happened?
When Deployment is editing replicas and strategy simultaneously, it may get stuck and not continue to execute
### What did you expect to happen?
deployment continue upgrade…