mirror of https://github.com/k3s-io/k3s
apis/kubeadm/v1beta1: fix typo in localApiEndpoint -> localAPIEndpoint
As localApiEndpoint is ignored by json.Unmarshaller this should be localAPIEndpoint as defined in the json tag of the source code. Signed-off-by: André Martins <aanm90@gmail.com>pull/564/head
parent
414cfbd821
commit
5c1260b934
|
@ -181,7 +181,7 @@ limitations under the License.
|
|||
// effect: "NoSchedule"
|
||||
// kubeletExtraArgs:
|
||||
// cgroupDriver: "cgroupfs"
|
||||
// localApiEndpoint:
|
||||
// localAPIEndpoint:
|
||||
// advertiseAddress: "10.100.0.1"
|
||||
// bindPort: 6443
|
||||
// ---
|
||||
|
|
Loading…
Reference in New Issue