Merge pull request #131880 from neolit123/1.34-fix-failing-dryrun-e2e

kubeadm: fix dryrun-latest e2e by updating cluster-info fixture
This commit is contained in:
Kubernetes Prow Robot
2025-05-21 08:16:34 -07:00
committed by GitHub

View File

@@ -610,7 +610,7 @@ kind: Config
users: null
`)
data := map[string]string{
bootstrapapi.JWSSignatureKeyPrefix + "abcdef": "eyJhbGciOiJIUzI1NiIsImtpZCI6ImFiY2RlZiJ9..wUZ0q9o0VK1RWFptmSBOEem2bXHWrHyxrposHg0mb1w",
bootstrapapi.JWSSignatureKeyPrefix + "abcdef": "eyJhbGciOiJIUzI1NiIsImtpZCI6ImFiY2RlZiJ9..rh3cVKiU2mdt3CqHzC81sNE-4WQLRHMtXduHWfSbrIM",
bootstrapapi.KubeConfigKey: kubeconfig,
}
return getConfigMap(metav1.NamespacePublic, bootstrapapi.ConfigMapClusterInfo, data)