-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Added kubernetes infrastructure #8559
Conversation
dockerfiles/init/manifests/che.env
Outdated
##### Openshift Infrastructure ##### | ||
##### ##### | ||
# | ||
|
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.
nothing for openshift?
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.
OpenShift will reuse k8s infra configuration properties. I'll doc it.
OpenShift section will have only OpenShift specific properties like che.infra.openshift.project
app: che | ||
name: che | ||
data: | ||
CHE_HOST: "192.168.99.100.nip.io" |
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.
do you have any plans to get rid of these hardcodes?
192.168.99.100
is a minikube VM ip on your localhost right?
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.
Yes, it is minikube IP on my machine.
- For the time we don't have other installations to test this stuff
- I didn't want to use shell script to deploy Che on k8s since it doesn't seem right to me, so we probably need to wait for helm deployment instructions which would allow us to customize this, I hope
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.
But if you have a suggestion how to customize this properly with acceptable defaults and without shell script your help would be very appreciated.
d22435e
to
d28f3e2
Compare
04b5024
to
f44b810
Compare
ci-test-ocp |
ci-test build report: |
ci-test-ocp |
ci-test build report: |
1d93c00
to
c14c11e
Compare
51d5ef4
to
dd4d9af
Compare
1495296
to
758bb34
Compare
3497b86
to
20c8808
Compare
ci-test-ocp |
ci-test build report: |
QE team has checked and approved test report |
Signed-off-by: Guy Daich <guy.daich@sap.com>
…t ingress-based routes Signed-off-by: Guy Daich <guy.daich@sap.com>
Signed-off-by: Oleksandr Garagatyi <ogaragat@redhat.com>
…or ingresses Signed-off-by: Oleksandr Garagatyi <ogaragat@redhat.com>
20c8808
to
10ac41f
Compare
What does this PR do?
Adds Kubernetes implementation of infrastructure.
So Kubernetes infrastructure supports
dockerimage
andkubernetes
recipes.OpenShift infrastructure is reworked to extend k8s infra and it supports
dockerimage
,kubernetes
andopenshift
recipes.Initial work was contributed by @sapguyd. So, thanks to him for that.
What issues does this PR fix or reference?
#5908
Release Notes
Implemented Kubernetes infrastructure.
Docs PR
Will be provided later