Releases: kubesphere/ks-installer
Releases · kubesphere/ks-installer
v3.2.1
update version to v3.2.1 Signed-off-by: pixiake <[email protected]>
v3.2.1-rc.3
update version to v3.2.1-rc.3 Signed-off-by: pixiake <[email protected]>
v3.2.1-rc.2
update version to v3.2.1-rc.2 Signed-off-by: pixiake <[email protected]>
v3.2.0
Major Component Changes
- kubefed: v0.7.0 -> v0.8.1
- prometheus-operator: v0.42.1 -> v0.43.2
- notification-manager: v1.0.0 -> v1.4.0
- fluent-bit: v1.6.9 -> v1.8.3
- kube-events: v0.1.0 -> v0.3.0
- kube-auditing: v0.1.2 -> v0.2.0
- istio: 1.6.10 -> 1.11.1
- jaeger: 1.17 -> 1.27
- kiali: v1.26.1 -> v1.38
- KubeEdge: v1.6.2 -> 1.7.2
- Nginx Ingress Controller: v0.35.0 -> v0.48.1
v3.2.0-rc.1
update version to v3.2.0-rc.1 Signed-off-by: pixiake <[email protected]>
v3.2.0-alpha.1
fix devops images name Signed-off-by: pixiake <[email protected]>
v3.2.0-alpha.0 🌈
Merge pull request #1695 from ks-ci-bot/cherry-pick-1692-to-release-3.2 [release-3.2] Fix the issue of invalid password after enable redis
v3.1.1 🌈
v3.1.1-rc.1 🌈
Deploy a k8s cluster:
curl -sfL https://get-kk.kubesphere.io | sh -
export KKZONE=cn; curl -sfL https://get-kk.kubesphere.io | sh -
./kk create cluster --with-local-storage
Deploy KubeSphere:
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.1-rc.1/kubesphere-installer.yaml
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.1-rc.1/cluster-configuration.yaml
Upgrade KubeSphere:
kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.1-rc.1/kubesphere-installer.yaml --force
v3.1.1-rc.0 🌈
Merge pull request #1561 from zhu733756/release-3.1 [release 3.1]cherry-pick #1533, fix kubeedge cloudcore component advertiseAddress configuration format error