Skip to content

Instantly share code, notes, and snippets.

@ruo91
Last active October 31, 2021 03:55
Show Gist options
  • Select an option

  • Save ruo91/fe149caa1e3abff6518c0bcc397ddd22 to your computer and use it in GitHub Desktop.

Select an option

Save ruo91/fe149caa1e3abff6518c0bcc397ddd22 to your computer and use it in GitHub Desktop.
OpenShift v4x - 3Scale Operator ImageStream

- 3scale-operator pod logs

$ oc logs -f 3scale-operator-549b969b79-fbjwr -n 3scale
{"level":"info","ts":1635608682.9609578,"logger":"controller_apimanager","msg":"Deployment status will be updated"}
{"level":"info","ts":1635608682.9825118,"logger":"controller_apimanager","msg":"ReconcileAPIManager","Request.Namespace":"3scale","Request.Name":"api-manager","Operator version":"0.6.0","3scale release":"2.9"}
{"level":"info","ts":1635608768.0079806,"logger":"olm","msg":"Found deployments with status ","stopped":["apicast-production","apicast-staging","backend-cron","backend-listener","backend-redis","backend-worker","system-app","system-memcache","system-mysql","system-redis","system-sidekiq","system-sphinx","zync","zync-database","zync-que"],"starting":[],"ready":[]}

- amp-apicast

$ oc import-image amp-apicast:2.9 --insecure -n 3scale --confirm \
--from=registry.redhat.io/3scale-amp2/apicast-gateway-rhel8@sha256:a3a841ce413b2e050fe44a30f3b3fd82256d91e0daa81f13ecd40f97a95e68ab

- amp-backend

$ oc import-image amp-backend:2.9 --insecure -n 3scale --confirm \
--from=registry.redhat.io/3scale-amp2/backend-rhel7@sha256:48b8b101be540bcd06c3d5672bcbc07da12333916ac2ed5a93ccc3c077da9195

- amp-system

$ oc import-image amp-system:2.9 --insecure -n 3scale --confirm \
--from=registry.redhat.io/3scale-amp2/system-rhel7@sha256:75d50fa5006e10574670507beb290992da992ec3dbfb1a55013894432bf94150

- amp-zync

$ oc import-image amp-zync:2.9 --insecure -n 3scale --confirm \
--from=registry.redhat.io/3scale-amp2/zync-rhel7@sha256:04add0c1e4ceaa3628939ed1e72dcc70b90ae669c831f2e9782f895959b371ed

- backend-redis

$ oc import-image backend-redis:2.9 --insecure -n 3scale --confirm \
--from=registry.redhat.io/rhscl/redis-32-rhel7@sha256:a9bdf52384a222635efc0284db47d12fbde8c3d0fcb66517ba8eefad1d4e9dc9

- system-memcached

$ oc import-image system-memcached:2.9 --insecure -n 3scale --confirm \
--from=registry.redhat.io/3scale-amp2/memcached-rhel7@sha256:33a333cd8ae8d1d39aa297ba61c5bdbb4f8f3ada63e84196e5d2187ec63480be

- system-mysql

$ oc import-image system-mysql:2.9 --insecure -n 3scale --confirm \
--from=registry.redhat.io/rhscl/mysql-57-rhel7@sha256:9a781abe7581cc141e14a7e404ec34125b3e89c008b14f4e7b41e094fd3049fe

- system-redis

$ oc import-image system-redis:2.9 --insecure -n 3scale --confirm \
--from=registry.redhat.io/redis-32-rhel7@sha256:a9bdf52384a222635efc0284db47d12fbde8c3d0fcb66517ba8eefad1d4e9dc9

- zync-database-postgresql

$ oc import-image zync-database-postgresql:2.9 --insecure -n 3scale --confirm \
--from=registry.redhat.io/rhscl/postgresql-10-rhel7@sha256:de3ab628b403dc5eed986a7f392c34687bddafee7bdfccfd65cecf137ade3dfd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment