Kubernetes
Versions Supported
- 1.27.X
- 1.26.X
Refer to the RHEL and Konvoy to learn how to create a custom image for RHEL and Konvoy.
Refer to the RHEL and Konvoy to learn how to create a custom image for RHEL and Konvoy.
Terraform
You can retrieve details about the Kubernetes pack for Tencent TKE by using the following Terraform code.
data "spectrocloud_registry" "public_registry" {
name = "Public Repo"
}
data "spectrocloud_pack_simple" "k8s" {
name = "kubernetes-konvoy"
version = "1.27.6"
type = "helm"
registry_uid = data.spectrocloud_registry.public_registry.id
}