mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-04 00:49:54 +00:00
Update k8s version to 1.33
* Update to 1.33 Signed-off-by: Vitor Savian <vitor.savian@suse.com> * Fix prints that broke unit tests Signed-off-by: Vitor Savian <vitor.savian@suse.com> * Change binary max size to 75 Signed-off-by: Vitor Savian <vitor.savian@suse.com> * Change containerd version to fix misspelling Signed-off-by: Vitor Savian <vitor.savian@suse.com> * Address binary size comment Signed-off-by: Vitor Savian <vitor.savian@suse.com> * Update Dependencies Signed-off-by: Vitor Savian <vitor.savian@suse.com> * Remove dependencie not used anymore Signed-off-by: Vitor Savian <vitor.savian@suse.com> --------- Signed-off-by: Vitor Savian <vitor.savian@suse.com>
This commit is contained in:
@@ -88,7 +88,7 @@ func (h *handler) updateCoreDNSConfigMap(nodeName, hostName, nodeIPv4, nodeIPv6
|
||||
nodeIPv4 = ""
|
||||
nodeIPv6 = ""
|
||||
} else if nodeIPv4 == "" && nodeIPv6 == "" {
|
||||
logrus.Errorf("No InternalIP addresses found for node " + nodeName)
|
||||
logrus.Errorf("No InternalIP addresses found for node %s", nodeName)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user