Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix missing namespace in README #557

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

yankay
Copy link

@yankay yankay commented Nov 8, 2024

After the #86,

#  kubectl get results -o json | jq .
{
  "apiVersion": "v1",
  "items": [],
  "kind": "List",
  "metadata": {
    "resourceVersion": "",
    "selfLink": ""
  }
}

There is no result in the default namespace.
And in the k8sgpt-operator-system namespace, it can work, like:

# kubectl get results -n k8sgpt-operator-system
NAME              KIND      BACKEND   AGE
defaultdao2048    Service   openai    61m
defaultvllmlora   Service   openai    61m

Closes #

📑 Description

✅ Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

ℹ Additional Information

@yankay yankay requested review from a team as code owners November 8, 2024 02:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant