mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 12:07:47 +00:00
gce: podresources: don't disable on windows
Now that podresources socket has been fixed on windows, we can re-enable on GCE CI. Signed-off-by: Francesco Romani <fromani@redhat.com>
This commit is contained in:
parent
6b4ffdb9f7
commit
b430464df0
@ -861,10 +861,6 @@ function construct-windows-kubelet-flags {
|
||||
# Turn off kernel memory cgroup notification.
|
||||
flags+=" --kernel-memcg-notification=false"
|
||||
|
||||
# TODO(#78628): Re-enable KubeletPodResources when the issue is fixed.
|
||||
# Force disable KubeletPodResources feature on Windows until #78628 is fixed.
|
||||
flags+=" --feature-gates=KubeletPodResources=false"
|
||||
|
||||
WINDOWS_CONTAINER_RUNTIME_ENDPOINT=${KUBE_WINDOWS_CONTAINER_RUNTIME_ENDPOINT:-npipe:////./pipe/containerd-containerd}
|
||||
flags+=" --container-runtime-endpoint=${WINDOWS_CONTAINER_RUNTIME_ENDPOINT}"
|
||||
|
||||
|
@ -123,7 +123,6 @@ e2e test configuration for the latest environment variables.
|
||||
|
||||
```bash
|
||||
KUBE_GCE_ENABLE_IP_ALIASES=true KUBERNETES_NODE_PLATFORM=windows \
|
||||
KUBELET_TEST_ARGS=--feature-gates=KubeletPodResources=false \
|
||||
LOGGING_STACKDRIVER_RESOURCE_TYPES=new NUM_NODES=2 \
|
||||
NUM_WINDOWS_NODES=3 WINDOWS_NODE_OS_DISTRIBUTION=win2019 \
|
||||
./hack/e2e-internal/e2e-up.sh
|
||||
|
Loading…
Reference in New Issue
Block a user