日日操夜夜添-日日操影院-日日草夜夜操-日日干干-精品一区二区三区波多野结衣-精品一区二区三区高清免费不卡

公告:魔扣目錄網(wǎng)為廣大站長提供免費收錄網(wǎng)站服務,提交前請做好本站友鏈:【 網(wǎng)站目錄:http://www.ylptlb.cn 】, 免友鏈快審服務(50元/站),

點擊這里在線咨詢客服
新站提交
  • 網(wǎng)站:51998
  • 待審:31
  • 小程序:12
  • 文章:1030137
  • 會員:747

目錄
  • json 格式導出 namespace 信息
  • 修改 json 文件
  • 開啟 proxy 服務
  • 調用接口刪除 namespace

以下的 toolTerminating 狀態(tài)的 namespace,下面相關的一些操作記得將 tool 修改成自己的 namespace 名稱

json 格式導出 namespace 信息

k get ns tool -o json > tool.json

修改 json 文件

{
    "apiVersion": "v1",
    "kind": "Namespace",
    "metadata": {
        "annotations": {
            "applicationCnName": "tool",
            "kubernetes.customized/bocloud_env_id": "3",
            "kubernetes.customized/bocloud_partition_id": "172",
            "kubernetes.customized/project_creator": "7",
            "kubernetes.customized/project_id": "10",
            "kubernetes.customized/tree_application_id": "10"
        },
        "creationTimestamp": "2022-10-18T06:38:25Z",
        "deletionTimestamp": "2022-10-20T02:34:18Z",
        "labels": {
            "app": "tool"
        },
        "name": "tool",
        "resourceVersion": "1011030",
        "selfLink": "/api/v1/namespaces/tool",
        "uid": "79793f2c-5290-4225-938b-8ce9e639a38c"
    },
    "spec": {
        "finalizers": [
            "kubernetes"
        ]
    },
    "status": {
        "conditions": [
            {
                "lastTransitionTime": "2022-10-20T02:34:23Z",
                "message": "Discovery failed for some groups, 2 failing: unable to retrieve the complete list of server APIs: custom.metrics.k8s.io/v1beta1: the server is currently unable to handle the request, metrics.k8s.io/v1beta1: the server is currently unable to handle the request",
                "reason": "DiscoveryFailed",
                "status": "True",
                "type": "NamespaceDeletionDiscoveryFailure"
            },
            {
                "lastTransitionTime": "2022-10-20T02:34:23Z",
                "message": "All legacy kube types successfully parsed",
                "reason": "ParsedGroupVersions",
                "status": "False",
                "type": "NamespaceDeletionGroupVersionParsingFailure"
            },
            {
                "lastTransitionTime": "2022-10-20T02:34:23Z",
                "message": "All content successfully deleted, may be waiting on finalization",
                "reason": "ContentDeleted",
                "status": "False",
                "type": "NamespaceDeletionContentFailure"
            },
            {
                "lastTransitionTime": "2022-10-20T02:34:23Z",
                "message": "All content successfully removed",
                "reason": "ContentRemoved",
                "status": "False",
                "type": "NamespaceContentRemaining"
            },
            {
                "lastTransitionTime": "2022-10-20T02:34:23Z",
                "message": "All content-preserving finalizers finished",
                "reason": "ContentHasNoFinalizers",
                "status": "False",
                "type": "NamespaceFinalizersRemaining"
            }
        ],
        "phase": "Terminating"
    }
}

將 spec 和 status 下面的內容清空,將 metadata 字段花括號結尾的逗號去掉,保留完整的 json 格式

以下是修改過后的樣式 [ 提供參考的,用來和原始 json 做對比,好增加理解 ]

{
    "apiVersion": "v1",
    "kind": "Namespace",
    "metadata": {
        "annotations": {
            "applicationCnName": "tool",
            "kubernetes.customized/bocloud_env_id": "3",
            "kubernetes.customized/bocloud_partition_id": "172",
            "kubernetes.customized/project_creator": "7",
            "kubernetes.customized/project_id": "10",
            "kubernetes.customized/tree_application_id": "10"
        },
        "creationTimestamp": "2022-10-18T06:38:25Z",
        "deletionTimestamp": "2022-10-20T02:34:18Z",
        "labels": {
            "app": "tool"
        },
        "name": "tool",
        "resourceVersion": "1011030",
        "selfLink": "/api/v1/namespaces/tool",
        "uid": "79793f2c-5290-4225-938b-8ce9e639a38c"
    }
}

開啟 proxy 服務

這個時候要新打開一個終端,開啟的 proxy 服務不是后臺運行的,會占用一個終端

kubectl proxy

開啟后會返回如下的內容

Starting to serve on 127.0.0.1:8001

調用接口刪除 namespace

在另一個可以操作命令的終端,執(zhí)行下面的 curl 命令

  • tool.json – 記得修改成自己的文件名稱
  • tool/finalize – 里面的 tool 修改成自己的 namespace 名稱
curl -k -H "Content-Type: application/json" \
-X PUT --data-binary @tool.json \
http://127.0.0.1:8001/api/v1/namespaces/tool/finalize

通過 kubectl 命令查看 namespace 是否還存在

分享到:
標簽:k8snamespace 處于 服務器 狀態(tài) 解決
用戶無頭像

網(wǎng)友整理

注冊時間:

網(wǎng)站:5 個   小程序:0 個  文章:12 篇

  • 51998

    網(wǎng)站

  • 12

    小程序

  • 1030137

    文章

  • 747

    會員

趕快注冊賬號,推廣您的網(wǎng)站吧!
最新入駐小程序

數(shù)獨大挑戰(zhàn)2018-06-03

數(shù)獨一種數(shù)學游戲,玩家需要根據(jù)9

答題星2018-06-03

您可以通過答題星輕松地創(chuàng)建試卷

全階人生考試2018-06-03

各種考試題,題庫,初中,高中,大學四六

運動步數(shù)有氧達人2018-06-03

記錄運動步數(shù),積累氧氣值。還可偷

每日養(yǎng)生app2018-06-03

每日養(yǎng)生,天天健康

體育訓練成績評定2018-06-03

通用課目體育訓練成績評定