tall-flag-42679
11/08/2022, 9:57 PMtall-flag-42679
11/08/2022, 9:57 PMswift-student-44295
11/08/2022, 10:24 PMfaint-airport-39912
11/10/2022, 11:09 AMbroad-battery-84396
11/15/2022, 4:17 PMkubectl port-forward
and if I click on it, it opens a new tab with the url to ‘clusters/c-m-sssss/api/v1/namespaces/my-app/services/httpapp ui80/proxy’.
What is this feature called?astonishing-kilobyte-96371
11/16/2022, 12:55 AMastonishing-kilobyte-96371
11/16/2022, 12:55 AMastonishing-kilobyte-96371
11/16/2022, 12:55 AMastonishing-kilobyte-96371
11/16/2022, 12:56 AMdescribe
on that node
and it says `Non-terminated Pods`: 40
in totalbored-farmer-36655
11/16/2022, 2:26 AMkubectl get pods
should provide info, then need to look at each one to see what is what..bored-farmer-36655
11/16/2022, 2:36 AMastonishing-yacht-64609
11/16/2022, 3:23 PM2.6.9
and I have this message Node pools must have unique name prefixes
when I want to upgrade kubernetes version. This is something new added to rancher kubernetes support? I use multiple node pool with the same prefix and different templates but never had issue prior this version.quaint-rose-98687
11/19/2022, 2:19 AMpurple-pharmacist-31177
11/23/2022, 8:49 PMrough-jordan-89140
11/25/2022, 1:10 PMAn empty key with operator Exists matches all keys, values and effects which means this will tolerate everything.
tolerations:
- operator: "Exists"
and
kubectl -n cattle-system patch ds/cattle-node-agent -p '{"spec":{"template":{"spec":{"tolerations":[{"operator":"Exists"}]}}}}'
do you think that the first code snippet can be added to the cattle-cluster-agent deployment manifest or it will work only with kubectl patch? We would like to make this persist with code.
Please let us know if we really can add a toleration to cattle-cluster-agent deployment manifest, thank you 🙇busy-napkin-41956
11/28/2022, 4:46 PMns:cattle-logging-system deploy:rancher-logging
and monitoring from ns:cattle-monitoring-system deploy:rancher-monitoring-*
into the single grafana instance in ns:cattle-monitoring-system
??
I'm hoping to reduce overall resource utilization by consolidating and I'd like to add Loki to the mix, but I'm unsure as to where to put it. Any thoughts, or pointers to docs specific to Rancher would be greatly appreciated.happy-piano-29009
11/29/2022, 6:21 AMmodern-application-87567
12/05/2022, 11:49 AMmodern-application-87567
12/05/2022, 11:56 AMdamp-xylophone-94549
12/06/2022, 11:48 PMstraight-translator-41274
12/08/2022, 12:28 PM"msg":"failed to open database"
However on switching to a different Mac user on the same machine etcd runs fine. I had colima installed previously which I have tried to eliminate completely
~/.rd/bin/docker run -it --rm --env <http://gcr.io/etcd-development/etcd:v3.6.0-alpha.0-amd64|gcr.io/etcd-development/etcd:v3.6.0-alpha.0-amd64>
Any ideas what might be leading to this?creamy-accountant-88363
12/08/2022, 5:59 PMmelodic-kite-90272
12/08/2022, 7:43 PMdamp-xylophone-94549
12/15/2022, 6:09 AMbillions-garden-37463
12/16/2022, 11:41 AMmany-animal-11139
12/21/2022, 9:47 AMnetwork:
plugin: calico
addons: |-
---
apiVersion: v1
data:
calico_backend: bird
cni_network_config: |-
{
"name": "k8s-pod-network",
"cniVersion": "0.3.1",
"plugins": [
{
"type": "calico",
"log_level": "WARNING",
"log_file_path": "/var/log/calico/cni/cni.log",
"datastore_type": "kubernetes",
"nodename": "__KUBERNETES_NODE_NAME__",
"mtu": __CNI_MTU__,
"ipam": {
"type": "calico-ipam"
},
"policy": {
"type": "k8s"
},
"kubernetes": {
"kubeconfig": "__KUBECONFIG_FILEPATH__"
}
},
{
"type": "portmap",
"snat": true,
"capabilities": {"portMappings": true}
},
{
"type": "bandwidth",
"capabilities": {"bandwidth": true}
}
]
}
typha_service_name: none
veth_mtu: "1430"
kind: ConfigMap
metadata:
name: calico-config
namespace: kube-system
crooked-shoe-67827
12/21/2022, 10:55 AM