This repository has been archived by the owner on Feb 2, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
OpenShift v1.1.4-215 -> Kubernetes v1.2.0-0.6.alpha1 Failed #52
Comments
Deployed mlbparks following the tutorial from https://github.com/gshipley/openshift3mlbparks [vagrant@centos7-adb ~]$ oc start-build mlbparks
Error from server: imagestreams "jboss-eap64-openshift" not found [vagrant@centos7-adb ~]$ oc status -v
In project mlbparks on server https://localhost:8443
http://mlbparks-mlbparks.centos7-adb.10.1.2.2.xip.io (svc/mlbparks)
dc/mlbparks deploys istag/mlbparks:latest <-
bc/mlbparks builds https://github.com/gshipley/openshift3mlbparks#master with openshift/jboss-eap64-openshift:1.1
not built yet
deployment #1 waiting on image or update
svc/mongodb - 172.30.142.247:27017
dc/mongodb deploys openshift/mongodb:latest
deployment #1 running for 3 minutes - 1 pod
Warnings:
* istag/mlbparks:latest needs to be imported or created by a build.
try: oc start-build bc/mlbparks
* The image trigger for dc/mlbparks will have no effect until istag/mlbparks:latest is imported or created by a build.
* dc/mongodb has no readiness probe to verify pods are ready to accept traffic or ensure deployment is successful.
try: oc set probe dc/mongodb --readiness ...
View details with 'oc describe <resource>/<name>' or list everything with 'oc get all'. I am running ADB 1.7.2 and with "latest" image in Vagrantfile set # The name of the OpenShift image.
IMAGE_NAME="openshift/origin"
IMAGE_TAG="latest"
[vagrant@centos7-adb ~]$ oc version
oc v1.1.4-296-g8e98dcc
kubernetes v1.2.0-36-g4a3f9c5 I am not able to even start the build process of app! :( I got it built by adding |
@surajssd what you are describing is complete another issue. |
@kadel sure |
Opened related issue for Atomic App projectatomic/atomicapp#674 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When exporting from newer version of OpenShift to Kubernetes (version that is in ADB 1.2.0-0.6.alpha1.git8632732.el7)
This breaks because Kubernetes 1.2 added new configuration parameters for Probe (periodSeconds, successThreshold, failureThreshold) that didn't exist in 1.2.0-alpha1 that is used in ADB.
Validation that
kubectl
does on client side fails because it checks for unknown fields. But if--validate=false
is used, object is created successfully on server, because it simply skips unknown fields.OpenShift (exported from)
Kubernetes (imported to)
The text was updated successfully, but these errors were encountered: