国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

Conmi的正確答案——Unable to attach or mount volumes: unmounted volum...timed out waiting for the condition

這篇具有很好參考價(jià)值的文章主要介紹了Conmi的正確答案——Unable to attach or mount volumes: unmounted volum...timed out waiting for the condition。希望對(duì)大家有所幫助。如果存在錯(cuò)誤或未考慮完全的地方,請(qǐng)大家不吝賜教,您也可以點(diǎn)擊"舉報(bào)違法"按鈕提交疑問(wèn)。

k8s:v1.22.12
kubesphere版本:v3.3


完整錯(cuò)誤信息:

Unable to attach or mount volumes: unmounted volumes=[prometheus-k8s-db], unattached volumes=[kube-api-access-g42q8 tls-assets prometheus-k8s-db web-config config config-out prometheus-k8s-rulefiles-0]: timed out waiting for the condition

最終發(fā)現(xiàn)是nfs服務(wù)未打開端口:

# nfs本機(jī)掃描結(jié)果:
Host is up (0.00010s latency).

PORT     STATE SERVICE
2049/tcp open  nfs

Nmap done: 1 IP address (1 host up) scanned in 0.09 seconds

# k8s集群機(jī)器掃描結(jié)果:
Host is up (0.00030s latency).

PORT     STATE    SERVICE
2049/tcp filtered nfs
MAC Address: 00:0C:29:B1:C6:72 (VMware)

Nmap done: 1 IP address (1 host up) scanned in 0.40 seconds

解決方案:在nfs服務(wù)器開啟端口(之前出現(xiàn)一次重裝kubesphere不能解決直接重裝系統(tǒng)…特此留下解決方案)

ufw allow 2049

20230724145740補(bǔ)充:好像當(dāng)時(shí)有些服務(wù)因?yàn)閗s關(guān)閉防火墻導(dǎo)致外部無(wú)法訪問(wèn),所以手動(dòng)開啟了防火墻,因?yàn)榇饲暗膎fs服務(wù)沒(méi)有在外部使用,所以防火墻沒(méi)有記錄它,導(dǎo)致后來(lái)添加其他集群的設(shè)備后,因?yàn)榉阑饓?dòng)了,所以訪問(wèn)不了這個(gè)設(shè)備的nfs,最后導(dǎo)致這些問(wèn)題。文章來(lái)源地址http://www.zghlxwxcb.cn/news/detail-744595.html

到了這里,關(guān)于Conmi的正確答案——Unable to attach or mount volumes: unmounted volum...timed out waiting for the condition的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來(lái)自互聯(lián)網(wǎng)用戶投稿,該文觀點(diǎn)僅代表作者本人,不代表本站立場(chǎng)。本站僅提供信息存儲(chǔ)空間服務(wù),不擁有所有權(quán),不承擔(dān)相關(guān)法律責(zé)任。如若轉(zhuǎn)載,請(qǐng)注明出處: 如若內(nèi)容造成侵權(quán)/違法違規(guī)/事實(shí)不符,請(qǐng)點(diǎn)擊違法舉報(bào)進(jìn)行投訴反饋,一經(jīng)查實(shí),立即刪除!

領(lǐng)支付寶紅包贊助服務(wù)器費(fèi)用

相關(guān)文章

  • fatal: Not a git repository (or any parent up to mount point /home)解決方法

    fatal: Not a git repository (or any parent up to mount point /home)解決方法

    Git遇到一個(gè)問(wèn)題: fatal: Not a git repository (or any parent up to mount point /home) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). 解決辦法:git init 錯(cuò)誤信息指出不是一個(gè)git倉(cāng)庫(kù),或者它的父級(jí)目錄也不是git倉(cāng)庫(kù)。請(qǐng)確保您在正確的目錄中執(zhí)行g(shù)it命令,并且該目錄是一個(gè)有效的

    2024年02月05日
    瀏覽(97)
  • Docker 筆記(六)--存儲(chǔ)(Volumes、Bind mounts、tmpfs mounts)

    Docker 筆記(六)--存儲(chǔ)(Volumes、Bind mounts、tmpfs mounts)

    記錄了Docker 的Volume相關(guān)知識(shí)。測(cè)試docker版本 24.0.7 鏈接: docker官方文檔 默認(rèn)情況下,在容器內(nèi)創(chuàng)建的所有文件都存儲(chǔ)在可寫容器層上。這意味著: 當(dāng)容器不存在時(shí),數(shù)據(jù)不會(huì)持久存在,如果另一個(gè)進(jìn)程需要,則很難將數(shù)據(jù)從容器中取出。 容器的可寫層與運(yùn)行容器的主機(jī)緊密

    2024年04月22日
    瀏覽(28)
  • selenium報(bào)Unable to locate or obtain driver for {options.capabilities[‘browserName‘]}

    之前寫了一個(gè)get_dirver函數(shù),單獨(dú)運(yùn)行的時(shí)候沒(méi)問(wèn)題。后面導(dǎo)入調(diào)用的時(shí)候也是正常的。 但是后面把這個(gè)合入到另一個(gè)項(xiàng)目的時(shí)候就報(bào)Unable to locate or obtain driver for {options.capabilities[‘browserName’]}這個(gè)錯(cuò)誤。 后面編輯源文件,print了一下函數(shù)里面獲取的路徑,顯示不是在當(dāng)前目

    2024年02月04日
    瀏覽(85)
  • Docker數(shù)據(jù)管理之三種方式- 數(shù)據(jù)卷(Volumes)- 掛載主機(jī)目錄(Bind mounts)- 數(shù)據(jù)卷容器(Data Volume Containers)

    Docker數(shù)據(jù)管理之三種方式- 數(shù)據(jù)卷(Volumes)- 掛載主機(jī)目錄(Bind mounts)- 數(shù)據(jù)卷容器(Data Volume Containers)

    文章主人公:帥哥BUG?? 文章路人: 路人 ??? ? 路人? ?? ??: docker在容器中管理數(shù)據(jù)主要有三種方式哦~ ??:? ?。?,我記得docker在容器中管理數(shù)據(jù)主要方式是這兩種吧? - 數(shù)據(jù)卷(Volumes) - 掛載主機(jī)目錄(Bind mounts) ? ?? ??:? 額,主要的方式是這兩種?我怎么記得是這

    2024年02月05日
    瀏覽(85)
  • Git remote: Access deniedfatal: unable to access ‘https://gitee.com/* 正確的解決辦法

    錯(cuò)誤信息類似于:? 如果是 私有項(xiàng)目 ,請(qǐng)將remote地址改為: https:// yourname @gitee.com/……

    2024年02月14日
    瀏覽(24)
  • Unable to connect to the server: x509: certificate has expired or is not yet valid

    手動(dòng)更新所有證書,執(zhí)行命令 更新用戶配置 用更新后的admin.conf替換/root/.kube/config文件 k8s解決證書過(guò)期官方文檔:https://kubernetes.io/zh-cn/docs/tasks/administer-cluster/kubeadm/kubeadm-certs/ 幫助文檔: https://www.cnblogs.com/00986014w/p/13095628.html

    2024年02月04日
    瀏覽(100)
  • ORA-20000: Unable to set values for index xxx: does not exist or insufficient privileges

    ORA-20000: Unable to set values for index xxx: does not exist or insufficient privileges

    使用expdp/impdp導(dǎo)出導(dǎo)入數(shù)據(jù)時(shí),遇到ORA-2000錯(cuò)誤,如下所示: 導(dǎo)出環(huán)境為Oracle 12c,導(dǎo)入的數(shù)據(jù)庫(kù)環(huán)境為Oracle 19c,具體版本為19.16.0.0.0,查了一下Oracle Support,剛好是遇到了Bug 30978304,關(guān)于為什么會(huì)出現(xiàn)這個(gè)錯(cuò)誤, ORA-20000 from Data Pump Import (IMPDP) when PK Constraint does not Create a New In

    2024年02月12日
    瀏覽(94)
  • Unity 打包warning:Missing Project ID和Unable to access Unityservices.Please log in,or request ......

    Unity 打包warning:Missing Project ID和Unable to access Unityservices.Please log in,or request ......

    Unity版本:2020.3.36. 從UnityHub創(chuàng)建并打開的項(xiàng)目,Unity 中賬號(hào)也已經(jīng)登錄,打開Build Setting準(zhǔn)備打包時(shí)出現(xiàn)警告信息:Unable to access Unityservices.Please log in,or request membership to this project to use these service. ??當(dāng)你點(diǎn)擊Build的時(shí)候又會(huì)彈出提示:Missing Project ID 打開Project SettingsServices,先

    2024年02月12日
    瀏覽(87)
  • K8S異常之Unable to connect to the server: x509: certificate has expired or is not yet valid

    K8S異常之Unable to connect to the server: x509: certificate has expired or is not yet valid

    2.1 處理步驟 2.2 處理步驟詳細(xì)情況 如上,發(fā)現(xiàn)很多證書都是 invalid 的狀態(tài),接著更新證書: 如下,更新證書后,證書過(guò)期時(shí)間已經(jīng)更新為 365d 3.1 再次查看kubectl get node,發(fā)現(xiàn)有新的錯(cuò)誤: error: You must be logged in to the server (Unauthorized) 3.2 上述錯(cuò)誤解決方案 備份配置文件 cp -rp

    2024年02月03日
    瀏覽(98)
  • 在配置Flutter環(huán)境遇到:× Windows Version (Unable to confirm if installed Windows version is 10 or greater)

    在配置Flutter環(huán)境遇到:× Windows Version (Unable to confirm if installed Windows version is 10 or greater)

    在配置flutter環(huán)境的過(guò)程中,出現(xiàn)了以下問(wèn)題: 我已經(jīng)能夠重現(xiàn)該問(wèn)題。事實(shí)上,正如@liscanso首先發(fā)現(xiàn)的那樣,它與系統(tǒng)語(yǔ)言有關(guān),因?yàn)闆](méi)有參數(shù)的命令輸出是依賴于語(yǔ)言的。所以我提出了一個(gè)可以幫助繞過(guò)這個(gè)問(wèn)題的修復(fù)程序。systeminfo 1、把該目錄下的文件替換為下面的代

    2024年02月11日
    瀏覽(92)

覺得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請(qǐng)作者喝杯咖啡吧~博客贊助

支付寶掃一掃領(lǐng)取紅包,優(yōu)惠每天領(lǐng)

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包