nixos/tests/kubernetes: bump featureGates used in test, to work with v1.34

+2 -2
+2 -2
nixos/tests/kubernetes/base.nix
··· 85 85 # the future, see link below to find new ones 86 86 # https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/ 87 87 featureGates = { 88 - AnonymousAuthConfigurableEndpoints = true; 89 - ConsistentListFromCache = false; 88 + AllowParsingUserUIDFromCertAuth = true; 89 + ClusterTrustBundle = false; 90 90 }; 91 91 masterAddress = "${masterName}.${config.networking.domain}"; 92 92 };