Due to docker image gcr.io/kubernetes-helm/tiller:v2.14.3
discontinued in
the Google Image repository in August 2021, ( related issue: “Make Tiller Image Available on Docker Hub” ),
Kublr may fail to complete cluster create and update.
The cluster hangs in “Creating” or “Updating” state indefinitely or for a very long time, or goes to “Error” state, in all cases with Tiller pod unhealthy due to Tiller image not available.
All versions of Kublr before 1.21.2 (including this one), and Kublr Agent versions earlier than the ones included in Kublr 1.21.2 are affected.
The issue and available solutions are described in the troubleshooting guide on Kublr support portal.
Migration to the latest Kublr Agents and Kublr Control Plane versions or at least Kublr 1.21.2 is recommended.
sudo docker run --name kublr -d --restart=unless-stopped -p 9080:9080 kublr/kublr:1.19.0
Follow the full instructions in Quick start for Kublr Demo/Installer.
The Kublr Demo/Installer is a lightweight, dockerized, limited-functionality Kublr Platform which can be used to:
The Kublr Demo/Installer stores all of the data about the created clusters inside the Docker container. If you delete the Docker container you will lose all data about the created clusters and the Kublr platforms. However, you will not lose the clusters and the platforms themselves.
We recommend using the Kublr Demo/Installer to verify if a Kubernetes cluster can be created in your environment and to experiment with it. To manage a real cluster and experience all features, you can create a full-featured Kublr Platform in a cloud or on-premise.
The Kublr 1.19.0 release brings a new user intefrace, full support of external clusters, restricted mode support for the Kublr control plane components, Search Guard fixes, as well as component versions upgrades and numerous improvements and fixes in UI, UX, backend, agent, resource usage, reliability, scalability, and documentation.
sudo setenforce permissive
spec:
...
network:
...
provider: cni-calico # use 'cni-weave' for Azure cluster
enableLocalDns: false
Additionally, you need to download the BASH scripts from https://repo.kublr.com
You also need to download Helm package archives and Docker images:
https://repo.kublr.com/repository/arc/agent/1.18.6/kublr-agent-load-gobins-1.18.6-7.sh
https://dl.kublr.com/agent/1.18.6/kublr-agent-1.18.6-7.tar.gz
https://repo.kublr.com/repository/arc/agent/1.18.6/kublr-agent-load-images-1.18.6-7.sh
(optional if the control plane 1.19.0 images are imported already)
https://dl.kublr.com/agent/1.18.6/kublr-agent-images-1.18.6-7.tar.gz
(optional if the control plane 1.19.0 images are imported already)
Component | Version | Kublr Agent | Note |
---|---|---|---|
Kubernetes | 1.18 | 1.18.6-7 | default v1.18.6 |
1.17 | 1.17.9-10 | ||
1.16 | 1.16.13-5 | Deprecated in 1.20.0 | |
1.15.(11, 12) | 1.15.12-7 | End of support in 1.20.0 |
Component | Version |
---|---|
Kublr Control Plane | 1.19.0-84 |
Component | Version |
---|---|
Ingress | 1.19.0-30 |
nginx ingress controller (helm chart version) | 1.36.2 |
cert-manager | 0.14.2 |
Centralized Logging | 1.19.0-35 |
ElasticSearch | 6.8.4 |
Kibana | 6.8.4 |
SearchGuard | 25.5.0 |
SearchGuard Kibana plugin | 25.5.0 |
SearchGuard Admin | 6.8.4-25.5.0 |
RabbitMQ | 3.8.3 |
Curator | 5.8.1 |
Logstash | 6.8.4 |
Fluentd | 2.7.1 |
Centralized Monitoring | 1.19.0-31 |
Prometheus | 2.13.0 |
Kube State Metrics | 2.4.1 |
AlertManager | 0.19.0 |
Grafana | 6.5.1 |
Master group scaling is not supported on GCP
on AWS if an NLB is used for Ingress controller rather than a Classic Load Balancer (default), you need to delete the load balancer manually on cluster delete.
spec:
...
features:
ingress:
...
values:
nginx-ingress:
controller:
service:
externalTrafficPolicy: Local
annotations:
service.beta.kubernetes.io/aws-load-balancer-type: "nlb"
on vSphere, nodes and node groups added to a cluster after creation need to be deleted manually when deleting the cluster.
(Critical)
Due to docker image gcr.io/kubernetes-helm/tiller:v2.14.3
discontinued in
the Google Image repository in August 2021, ( related issue: “Make Tiller Image Available on Docker Hub” ),
Kublr may fail to complete cluster create and update.
The cluster hangs in “Creating” or “Updating” state indefinitely or for a very long time, or goes to “Error” state, in all cases with Tiller pod unhealthy due to Tiller image not available.
All versions of Kublr before 1.21.2 (including this one), and Kublr Agent versions earlier than the ones included in Kublr 1.21.2 are affected.
The issue and available solutions are described in the troubleshooting guide on Kublr support portal.
Migration to the latest Kublr Agents and Kublr Control Plane versions or at least Kublr 1.21.2 is recommended.