Bug 2064610
Summary: | openshift template cakephp-mysql-persistent has a typo in apiVersion for DeploymentConfig | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Qiujie Li <qili> |
Component: | Samples | Assignee: | David Peraza <dperaza> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Sushanta Das <susdas> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 4.10 | CC: | aos-bugs, dperaza, fmehta, igreen, jrosenta, smulje, vlaad |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | 4.10.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-10-10 06:48:17 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Qiujie Li
2022-03-16 09:27:24 UTC
Sent PR for the source of the problem so that new library sync will not carry this issue: https://github.com/sclorg/cakephp-ex/pull/131 Also sent the PR to fix in library repo: https://github.com/openshift/library/pull/306 @qili can you set the severity of this bug as you see it, any customer affected by this? *** Bug 2117516 has been marked as a duplicate of this bug. *** @igreen Have made changes https://github.com/openshift/cluster-samples-operator/pull/466 to bacport this to 4.10 this will reflect once there is a next release for ocp4.10.z(probably around mid october) Verified with the changes on 4.10 Server Version: 4.10.0-0.ci.test-2022-10-08-145331-ci-ln-00iy2xb-latest Kubernetes Version: v1.23.5-rc.0.2080+84715916456c9a-dirty $ oc new-app --template cakephp-mysql-persistent -n mysqlns --> Deploying template "openshift/cakephp-mysql-persistent" to project mysqlns CakePHP + MySQL --------- An example CakePHP application with a MySQL database. For more information about using this template, including OpenShift considerations, see https://github.com/sclorg/cakephp-ex/blob/master/README.md. The following service(s) have been created in your project: cakephp-mysql-persistent, mysql. For more information about using this template, including OpenShift considerations, see https://github.com/sclorg/cakephp-ex/blob/master/README.md. $ oc get route -n mysqlns NAME HOST/PORT PATH SERVICES PORT TERMINATION WILDCARD cakephp-mysql-persistent cakephp-mysql-persistent-mysqlns.apps.ci-ln-00iy2xb-76ef8.origin-ci-int-aws.dev.rhcloud.com cakephp-mysql-persistent <all> None $ $ curl cakephp-mysql-persistent-mysqlns.apps.ci-ln-00iy2xb-76ef8.origin-ci-int-aws.dev.rhcloud.com -I HTTP/1.1 200 OK date: Sat, 08 Oct 2022 16:16:33 GMT server: Apache/2.4.37 (Red Hat Enterprise Linux) OpenSSL/1.1.1k content-type: text/html; charset=UTF-8 set-cookie: baac3147a2580433bb8e37a8ca0c5f0c=3985f59e2a532420c08f68c3335f4b18; path=/; HttpOnly cache-control: private $ This will be picked up for - Planned: 4.10.37 - Ship date: 18-Oct @smulje, we have moved from Bugzilla to Jira for bug please track this in Jira - https://issues.redhat.com/browse/OCPBUGS-2132 Thanks The needinfo request[s] on this closed bug have been removed as they have been unresolved for 120 days |