-
Notifications
You must be signed in to change notification settings - Fork 55
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
This PR adds initial improvements that allow developer easier to start #3
Conversation
Signed-off-by: Sergii Leshchenko <sleshche@redhat.com>
Signed-off-by: Sergii Leshchenko <sleshche@redhat.com>
8bc54c2
to
a43e813
Compare
1d00c24
to
2353e93
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few comments from a relatively quick read, I'll take another look later.
Signed-off-by: Sergii Leshchenko <sleshche@redhat.com>
Signed-off-by: Sergii Leshchenko <sleshche@redhat.com>
Signed-off-by: Sergii Leshchenko <sleshche@redhat.com>
99e8c80
to
b062a53
Compare
README.md
Outdated
### Run controller within K8s/OS cluster | ||
1. `kubectl apply -f ./deploy/crds` | ||
2. `kubectl create namespace devworkspace-controller` | ||
3. For K8s cluster you must to make sure that right domain is set in `./deploy/controller_config.yaml` and `./deploy/registry/local/ingress.yaml` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are you specifying "For K8s cluster" here? This section is about K8s/OS, if this step is for K8s only (not OS) that's ok to be explicit but I think that's for both so I would only mention "Make sure that the right domain is set in....".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the OpenShift case we don't need to provide this information. It is retrieved automatically at start of the controller, at least in the controller config map.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch. Actually, I did not try to run it on OpenShift cluster, maybe Route instead of Ingress is needed. For time being I've renamed section to Run controller within K8s cluster
and then it's needed to test and fill in instructions for OpenShift Cluster
Signed-off-by: Sergii Leshchenko <sleshche@redhat.com>
Signed-off-by: Sergii Leshchenko <sleshche@redhat.com>
Signed-off-by: Sergii Leshchenko <sleshche@redhat.com>
Signed-off-by: Sergii Leshchenko <sleshche@redhat.com>
34e9cb0
to
12bc188
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I went through the provided readme and was able to get a workspace up and running -- LGTM.
aa60f78
to
12bc188
Compare
Make CI pass
What does this PR do?
This PR adds initial improvements that allow developer easier to start:
dnf
works on Ubuntu and Fedora as well.gofmt -w ./..
What issues does this PR fix or reference?
It was done during eclipse-che/che#15522