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

ServiceUnavailable for "oc new-project" requests #230

Open
jdandrea opened this issue Mar 2, 2023 · 1 comment
Open

ServiceUnavailable for "oc new-project" requests #230

jdandrea opened this issue Mar 2, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@jdandrea
Copy link

jdandrea commented Mar 2, 2023

In which track did this bug occur?
Working with Kustomize

what is the url for the track?
https://developers.redhat.com/courses/gitops/working-kustomize

At what step of the track did this happen?
Step 1: Exploring Kustomize

Describe the bug
Node that has been up 150d is unable to handle API requests.

Logs or error messages

[root@crc-lgph7-master-0 kustomize-build]# oc get nodes
NAME                 STATUS   ROLES           AGE    VERSION
crc-lgph7-master-0   Ready    master,worker   150d   v1.24.0+3882f8f
[root@crc-lgph7-master-0 kustomize-build]# oc new-project kustomize-test
Error from server (ServiceUnavailable): the server is currently unable to handle the request (get projectrequests.project.openshift.io)

Expected behavior
Expect to be able to create a new project.

Screenshots
n/a

Desktop (please complete the following information):

  • OS: macOS Ventura 13.2.1
  • Browser: Chrome 110.0.5481.177 (Official Build) (arm64)

Smartphone (please complete the following information):
n/a

Additional context
4:15pm EST, 2 March 2023

@jdandrea jdandrea added the bug Something isn't working label Mar 2, 2023
@jdandrea
Copy link
Author

jdandrea commented Mar 2, 2023

It eventually worked! Still, this has happened many times before, so I wanted to capture it here.

[root@crc-lgph7-master-0 kustomize-build]# oc new-project kustomize-test
Now using project "kustomize-test" on server "https://api.crc.testing:6443".

You can add applications to this project with the 'new-app' command. For example, try:

    oc new-app rails-postgresql-example

to build a new example application in Ruby. Or use kubectl to deploy a simple Kubernetes application:

    kubectl create deployment hello-node --image=k8s.gcr.io/e2e-test-images/agnhost:2.33 -- /agnhost serve-hostname

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant