Sheogorath on Nostr: I read it's already resolved, but I think no one explained what went wrong. kubectl ...
I read it's already resolved, but I think no one explained what went wrong.
kubectl config set-cluster
will not configure the cluster you will be using. It'll configure a cluster that can be used. your context selects what identity and cluster you use, so you want to check:
kubectl config current-context
and set the current context using:
kubectl config use-context <your-context>
otherwise configuring servers won't change anything.
Published at
2024-06-14 20:09:07Event JSON
{
"id": "6f7b756491cdd4abe7d43793b0eab23a5e6eb8a2e1ac27dc58930b3d7aca0f1f",
"pubkey": "48ed96a072cb386c2f704daeac1d2a1ed203ee5628ffc4f1832f243739b86d4f",
"created_at": 1718395747,
"kind": 1,
"tags": [
[
"p",
"216d5b7b03f3eb417d14e41983ccdfd374b56363c75cfa7f2e871195cb2403f2"
],
[
"proxy",
"https://microblog.shivering-isles.com/@sheogorath/112616783682043080",
"web"
],
[
"e",
"2068a49e0d04f2c563ed4c84632ce063278acba7fdd9a1c36d21e1d84d59eb5d",
"",
"root"
],
[
"proxy",
"https://microblog.shivering-isles.com/users/sheogorath/statuses/112616783682043080",
"activitypub"
],
[
"L",
"pink.momostr"
],
[
"l",
"pink.momostr.activitypub:https://microblog.shivering-isles.com/users/sheogorath/statuses/112616783682043080",
"pink.momostr"
]
],
"content": "I read it's already resolved, but I think no one explained what went wrong.\n\nkubectl config set-cluster\n\nwill not configure the cluster you will be using. It'll configure a cluster that can be used. your context selects what identity and cluster you use, so you want to check:\n\nkubectl config current-context\n\nand set the current context using:\n\nkubectl config use-context \u003cyour-context\u003e\n\notherwise configuring servers won't change anything.",
"sig": "a54e1ee6c2308ca8c2970b15159e601e99cd7cb2c1a71a1772649dfc017a1b4d06348ee4bd17442538edaac5810afb18a71ea25792b5f6cb9574eadceb21ca6e"
}