mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 04:54:54 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user