Advanced Search
Search Results
10 total results found
Container Runtime Interface
Kubelet Process 检查 —-container-runtime 参数 ps aux | grep kubelet | grep container --runtime-cgroups=/systemd/system.slice 这个是 cgroup 的路径 k8s 1.18.3root 25679 2.9 1.2 2027184 106064 ? Ssl 2022 42865:16 /usr/bin/kubelet --bootstrap-kubeconfig=/etc/...
Kubelet Config
Get Process Info ps aux | grep kubelet root 2282 1.5 1.1 2339372 94776 ? Ssl 2024 6598:36 /usr/bin/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf --kubeconfig=/etc/kubernetes/kubelet.conf --config=/var/lib/kubelet/config...
OTEL Collector Installaction
Environment Kubernetes Require: 1.24+ Actual: 1.18.3 Opentelemetry Collector Chart: 0.109.0 Opentelemetry Collector Contrib: 0.113.0 Internal Traffic Policy Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: error vali...
Sending Queue Is Full
Error Key error{ "kind": "exporter", "data_type": "logs", "name": "clickhouse", "error": "sending queue is full", "rejected_items": 210 } Source error2025-01-07T06:32:50.218Z error internal/base_exporter.go:130 Exporting failed. Rejecting dat...
Installation
K8s 1.18.3 Chart: grafana-8.6.4.tgz Image: 11.4.0 seccompProfile is not support on k8s 1.18.3: Error: unable to build kubernetes objects from release manifest: error validating "": error validating data: ValidationError(Deployment.spec.template.spec.contain...
Install Kafka on K8s 1.18.3
Environment k8s: 1.18.3 Chart: bitnami/kafka:25.3.5 Image: kafka:3.5.1-debian-11-r44 Helm Chart helm search repo bitnami/kafka --versions helm pull bitnami/kafka --version 25.3.5 Disable Zookeeper kraft: ## @param kraft.enabled Switch to enable or dis...
Installation
K8s 1.18.3 Can't install because the k8s version is too old. 0.50.0 Failed Chart: victoria-metrics-operator-0.39.1.tgz Image: 0.50.0 values.yaml: global.image.registry: “foo.example.com/prod” image.tag: “0.50.0” crds.enabled: false 0.35.0 Success Chart:...
Install Older macOS
For various reasons, installing an old version of macOS on an Apple computer is not an easy task. Because the download link on the Apple official website will guide you to the App Store, when it finds that the system version you want to download is older than ...
Install fnOS on MBP 2015
Create a bootable USB from an ISO using dd command. Official Installation Document Download fnOS https://fnnas.com/download List Disk Info diskutil list outputtodo Write ISO sudo dd if=fnos-0.9.21-1062.iso of=/dev/rdisk2 bs=1m status=progress Output 228...
Installation
MySQL Client 到 Oracle 官方 MySQL APT repo 下载配置包(最新版在 2025 之前是 0.8.33 这一支): wget https://dev.mysql.com/get/mysql-apt-config_0.8.33-1_all.deb dpkg -i mysql-apt-config_0.8.33-1_all.deb 安装过程中会弹出一个选择界面: 选 MySQL Server & Cluster (Currently selected: mysql-x.x) 里面会...