mirror of https://github.com/k3s-io/k3s
more fixes
Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>pull/3688/head
parent
b4401296ec
commit
7ebcc4b134
|
@ -216,7 +216,7 @@ func doMigrateToken(ctx context.Context, storageClient client.Client, keyValue c
|
|||
// saving the new encrypted data with the right token key
|
||||
if err := storageClient.Create(ctx, newTokenKey, encryptedData); err != nil {
|
||||
if err.Error() == "key exists" {
|
||||
logrus.Warnln("bootstrap key exists")
|
||||
logrus.Warn("bootstrap key exists")
|
||||
} else if strings.Contains(err.Error(), "not supported for learner") {
|
||||
logrus.Debug("skipping bootstrap data save on learner")
|
||||
return nil
|
||||
|
|
Loading…
Reference in New Issue