-
### What happened?
as the pr https://github.com/kubernetes/kubernetes/pull/49449 said:Do not try to run preStopHook when the gracePeriod is 0 。 When we execute a force delete pod, it will not execu…
-
### What happened?
While investigating #765, I also noticed this issue in the vcluster pod logs:
```
W0928 15:23:23.938122 8 reflector.go:324] k8s.io/client-go@v1.24.4-k3s1/tools/cache/reflect…
-
### What happened?
The mounted file system of the pod is corrupted, causing the program to get stuck when accessing files. The program gets stuck while HandlePodCleanups method is polling for reque…
-
Cannot parse https://raw.githubusercontent.com/kubernetes/kubernetes/master/api/openapi-spec/swagger.json because it does not contain type attributes for definitions.
swagger-cli does successfully …
-
**This is a Feature Request**
**What would you like to be added**
Translate `content/ja/docs/setup/production-environment/tools/kops.md` into Japanese (URI: https://kubernetes.io/ja/docs/setup/p…
-
### Describe the issue or suggestion
We should have an article in the deployment section on deploying to Kubernetes. This article should link off to the AKS documentation article on how to create a…
-
### Expected Behavior
namespaceFiles include/exclude should take effect.
### Actual Behaviour
I am using two namespace files:
inventory.ini
```
localhost ansible_connection=local
```
playb…
-
Some of our examples require Kubernetes or Openshift for their integration tests.
This often breaks my local builds.
So, tests that require kubernetes should only run when the `with-kubernetes` p…
-
**What happened**:
In one of our Kubernetes clusters we've seen coredns-node pod panic due to dereferencing a nil pointer.
```
(a lot of "connect: no route to host" errors)
...
E1230 11:1…
-
### What happened?
- i prepared an nginx container to listen on port 9033
- deployed it with a deployment that was configured to use 'hostNetwork: true' and explicitly set 'hostPort: 9033'
- i edit…