摘要:
1、什么是Agent 1.1 感知環(huán)境(Perceptron) Agent能夠接受來(lái)自環(huán)境的信息。例如,一個(gè)自動(dòng)駕駛Agent可以感知周?chē)慕煌ㄇ闆r、道路狀況等信息 1.2 做出決策(Policy) Agent根據(jù)感知的信息制定下一步的行動(dòng)計(jì)劃。例如,自動(dòng)駕駛Agent根據(jù)感知的信息決定是否加速、減
閱讀全文
摘要:
1、下載ctags 地址: https://github.com/universal-ctags/ctags-win32 下載安裝包: ctags-2025-01-08_p6.1.20250105.0-7-gddd08d2-x64.zip 解壓到路徑: D:\\ctags-2025-01-08_p6
閱讀全文
摘要:
1、背景 查詢(xún)k8s每個(gè)pod的資源使用情況 kubectl top pod 異常: error: Metrics API not available 問(wèn)題:沒(méi)安裝指標(biāo)服務(wù) metric-server 2、安裝metric-server wget https://github.com/kuberne
閱讀全文
摘要:
一、git下載源碼 git clone https://github.com/apache/flink.git 二、編譯Flink 1.修改maven setting.xml, 便于盡量下載依賴(lài)包和插件 https://github.com/PanicJaw/FlinkConf/blob/maste
閱讀全文
摘要:
一、安裝docker.io sudo apt install docker.io 關(guān)閉swap: swapoff -a 在文件/etc/fstab注釋 : #/swapfile none swap sw 0 0 二、安裝k8s 1、安裝問(wèn)題1 Err:2 https://packages.cloud
閱讀全文
摘要:
來(lái)源: https://www.kubernetes.org.cn/kubernetes%e8%ae%be%e8%ae%a1%e6%9e%b6%e6%9e%84
閱讀全文
摘要:
正則表達(dá)式文檔介紹: https://swtch.com/~rsc/regexp/regexp1.html
閱讀全文
摘要:
配置node0 # Elasticsearch Configuration # # NOTE: Elasticsearch comes with reasonable defaults for most settings. # Before you set out to tweak and tune
閱讀全文
摘要:
Using Prometheus as a monitor system, it is quite efficent. The most important one is that alert template is quite flexible, I can alert the message w
閱讀全文
摘要:
本文來(lái)自: https://fabxc.org/tsdb/, 如翻譯有誤,請(qǐng)糾正. 我是從事監(jiān)控工作的。特別是Prometheus, 一個(gè)包含自定義的時(shí)間序列庫(kù)以及集成Kuberntes的監(jiān)控系統(tǒng)。 在很多方面,Kubernetes代表著所有Prometheus為其設(shè)計(jì)的所有技術(shù)水準(zhǔn)。Prometh
閱讀全文