You go here with this link: https://git.io/viuBk
Here are some notes specific to today:
-
Our Openshift cluster is running in AWS and the link to access it is: https://master.rhsademo.net:8443/console/
-
For the CLI your URI is: master.rhsademo.net
| kind: ImageSetConfiguration | |
| apiVersion: mirror.openshift.io/v1alpha2 | |
| storageConfig: | |
| local: | |
| path: /home/ec2-user/test/meta/ | |
| mirror: | |
| platform: | |
| channels: | |
| - name: stable-4.15 | |
| type: ocp |
| kind: ImageSetConfiguration | |
| apiVersion: mirror.openshift.io/v1alpha2 | |
| storageConfig: | |
| local: | |
| path: ./ | |
| mirror: | |
| platform: | |
| channels: |
| https://docs.openshift.com/container-platform/4.12/installing/installing_nutanix/installing-nutanix-installer-provisioned.html |
| brew install operator-sdk | |
| mkdir sample && cd sample/ | |
| operator-sdk init --domain example.com --repo github.com/example/memcached-operator | |
| operator-sdk create api --group cache --version v1alpha1 --kind Memcached --resource --controller | |
| make generate | |
| make manifests | |
| make deploy | |
| make install run |
| docker build -t something/image . | |
| docker tag something/image docker-registry.default.svc:5000/something/image | |
| docker login -u <usr> -p $(oc whoami -t) docker-registry.default.svc:5000 | |
| docker push docker-registry.default.svc:5000/something/image | |
| ## IF CERT ERROR ON LOGIN | |
| https://access.redhat.com/solutions/3654811 |
| [Gist Page] | |
| info.redhatgov.io/devsecops | |
| [Lab Guide] | |
| http://redhatgov.io/workshops/openshift_101_dcmetromap/ | |
| [OpenShift Console] | |
| https://opm.redhatgov.io | |
| [OpenShift and Terminal Login] |
| [Gist Page] | |
| info.redhatgov.io/devsecops | |
| [Lab Guide] | |
| http://redhatgov.io/workshops/secure_software_factory/ | |
| [OpenShift Console] | |
| https://karsun-devsecops.redhatgov.io | |
| [OpenShift and Terminal Login] |
| Workshop URL: brandoncox.github.io/openshift-workshops | |
| Workshop Environment: https://master.rhsademo.net |
Here are some notes specific to today:
Our Openshift cluster is running in AWS and the link to access it is: https://master.rhsademo.net:8443/console/
For the CLI your URI is: master.rhsademo.net
Here are some notes specific to today:
Our Open Shift cluster is running in AWS and the link to access it is: https://master.rhsademo.net:8443/console/
For the CLI your URI is: master.rhsademo.net