You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide a brief description of your issue here. For example:
Installing Openshift Origin with the default options for the registry and certificates, the last part of an image build (pushing the image) fails with an HTTPS certificate error.
Version
Please put the following version information in the code block
indicated below.
Run an origin deployment with default values for the registry and certs but with a custom openshift_master_default_subdomain
Create an app using the the CakePHP teplate (oc new-app --template=cakephp-mysql-example)
Expected Results
The STI build will succeed and the app will be available through its route.
Observed Results
The build fails while trying to access the registry:
$ oc logs -f bc/cakephp-mysql-example
Cloning "https://github.com/openshift/cakephp-ex.git" ...
...
Pushing image docker-registry.default.svc:5000/test/cakephp-mysql-example:latest ...
Registry server Address:
Registry server User Name: serviceaccount
Registry server Email: [email protected]
Registry server Password: <<non-empty>>
error: build error: Failed to push image: Get https://docker-registry.default.svc:5000/v1/_ping: x509: certificate is valid for docker-registry-default.apps.openshift.example.com, 172.30.7.14, not docker-registry.default.svc
Additional Information
This is a simple 1 master, 1 infra, 1 app node deployment. The same workflow that is broken now was working with openshift-ansible-3.7.0-0.103.0-2-g1febf0b.
As far as my testing goes, this is the commit that broke us:
The issue in openshift-ansible is fixed now:
openshift/openshift-ansible#5177
So this moves the Openstack end to end CI from using known working
commit to using master again.
Fixes#686
so what is the workaround for this issue?
We have custom cert with many sub alt names.
when we switch from openshift signer ca to our custom cert we have same error.
is adding docker-registry.default.svc to our custom cert the best workaround?
jaywryan
pushed a commit
to jaywryan/openshift-ansible-contrib
that referenced
this issue
Jul 3, 2018
The issue in openshift-ansible is fixed now:
openshift/openshift-ansible#5177
So this moves the Openstack end to end CI from using known working
commit to using master again.
Fixesopenshift#686
Description
Provide a brief description of your issue here. For example:
Installing Openshift Origin with the default options for the registry and certificates, the last part of an image build (pushing the image) fails with an HTTPS certificate error.
Version
Please put the following version information in the code block
indicated below.
ansible --version
If you're operating from a git clone:
git describe
Place the output between the code block below:
Steps To Reproduce
openshift_master_default_subdomain
oc new-app --template=cakephp-mysql-example
)Expected Results
The STI build will succeed and the app will be available through its route.
Observed Results
The build fails while trying to access the registry:
Additional Information
This is a simple 1 master, 1 infra, 1 app node deployment. The same workflow that is broken now was working with
openshift-ansible-3.7.0-0.103.0-2-g1febf0b
.As far as my testing goes, this is the commit that broke us:
00afac6
OS: CentOS Linux release 7.3.1611 (Core)
Inventory variables (in
group_vars/OSEv3.yml
):The text was updated successfully, but these errors were encountered: