Skip to content

Commit

Permalink
chore(*): fix fedora install error and update kube version (#31)
Browse files Browse the repository at this point in the history
* chore(*): fix fedora install error

* chore(config): update kube_version to v1.21.5
  • Loading branch information
muzi502 authored Sep 22, 2021
1 parent 809e4f2 commit 7945a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config-sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ compose:

kubespray:
# Kubernetes version by default, only support v1.20.6
kube_version: v1.21.4
kube_version: v1.21.5
# For deploy HA cluster you must configure a external apiserver access ip
external_apiserver_access_ip: 127.0.0.1
# CNI support calico, flannel, canal, cilium
Expand Down

0 comments on commit 7945a4a

Please sign in to comment.