mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-10-28 17:12:24 +00:00
update components
This commit is contained in:
2
.github/ISSUE_TEMPLATE/BUG_REPORT.md
vendored
2
.github/ISSUE_TEMPLATE/BUG_REPORT.md
vendored
@@ -15,7 +15,7 @@ It is still being developed, but you can also use it for production.
|
||||
However, there is no easy, one-click solution here.
|
||||
|
||||
To use it, you must know what you are doing.
|
||||
You should understand how to work with tools like Terraform, Talos, Makefile, sops, and others tools.
|
||||
You should understand how to work with tools like Terraform, Talos, Makefile, sops, and others.
|
||||
-->
|
||||
|
||||
### Description
|
||||
|
||||
@@ -64,7 +64,7 @@ nodes: ## Show kubernetes nodes
|
||||
@kubectl get nodes -owide --sort-by '{.metadata.name}' --label-columns topology.kubernetes.io/region,topology.kubernetes.io/zone,node.kubernetes.io/instance-type
|
||||
|
||||
system:
|
||||
helm --kubeconfig=kubeconfig upgrade -i --namespace=kube-system --version=1.16.3 -f deployments/cilium.yaml \
|
||||
helm --kubeconfig=kubeconfig upgrade -i --namespace=kube-system --version=1.16.4 -f deployments/cilium.yaml \
|
||||
cilium cilium/cilium
|
||||
|
||||
kubectl --kubeconfig=kubeconfig apply -f ../_deployments/vars/coredns-local.yaml
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
|
||||
k8sServiceHost: "api.cluster.local"
|
||||
k8sServicePort: "6443"
|
||||
|
||||
@@ -84,4 +83,4 @@ resources:
|
||||
memory: 2Gi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
memory: 256Mi
|
||||
|
||||
@@ -46,8 +46,11 @@ machine:
|
||||
enabled: true
|
||||
allowedRoles:
|
||||
- os:reader
|
||||
- os:admin
|
||||
- os:etcd:backup
|
||||
allowedKubernetesNamespaces:
|
||||
- kube-system
|
||||
- operator-talos
|
||||
cluster:
|
||||
adminKubeconfig:
|
||||
certLifetime: 48h0m0s
|
||||
|
||||
@@ -86,7 +86,7 @@ variable "instances" {
|
||||
type = map(any)
|
||||
default = {
|
||||
"all" = {
|
||||
version = "v1.31.2"
|
||||
version = "v1.31.3"
|
||||
},
|
||||
"hvm-1" = {
|
||||
enabled = false,
|
||||
|
||||
Reference in New Issue
Block a user