From 598d1f4e43a0112d588a230dac0cccc34dbe63c7 Mon Sep 17 00:00:00 2001 From: Cole Mickens Date: Fri, 27 Oct 2017 10:55:41 -0700 Subject: [PATCH] respond to luxas's feedback --- cmd/hyperkube/cloud-controller-manager.go | 2 +- cmd/hyperkube/hyperkube.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/hyperkube/cloud-controller-manager.go b/cmd/hyperkube/cloud-controller-manager.go index cd454cf4bc..fd3266beea 100644 --- a/cmd/hyperkube/cloud-controller-manager.go +++ b/cmd/hyperkube/cloud-controller-manager.go @@ -1,5 +1,5 @@ /* -Copyright 2015 The Kubernetes Authors. +Copyright 2017 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/cmd/hyperkube/hyperkube.go b/cmd/hyperkube/hyperkube.go index 488dcd3f6a..a4de5c7af2 100644 --- a/cmd/hyperkube/hyperkube.go +++ b/cmd/hyperkube/hyperkube.go @@ -176,7 +176,7 @@ func (hk *HyperKube) Run(args []string, stopCh <-chan struct{}) error { if len(args) > 0 && len(args[0]) > 0 { serverName = args[0] args = args[1:] - hk.Printf("Warning: alpha command syntax is unable!\n\n") + hk.Printf("Warning: alpha command syntax is unstable!\n\n") } else { err = errors.New("no alpha server specified") hk.Printf("Error: %v\n\n", err)