├── .argocd ├── Application │ ├── devel.yaml │ ├── kustomization.yaml │ └── main.yaml ├── ApplicationSet │ ├── kustomization.yaml │ └── ok-for-test-deployment.yaml ├── ArgoCD │ ├── gitops.yaml │ └── kustomization.yaml ├── ExternalSecret │ ├── ci-cd-issues-pr-read-only.yaml │ ├── employee-ocp-production.yaml │ ├── kustomization.yaml │ ├── quay-push-bot.yaml │ └── web-deploy-key.yaml ├── Repository │ ├── kustomization.yaml │ └── web.yaml └── kustomization.yaml ├── .github └── workflows │ ├── pr-check-deploy.yaml │ ├── pr-close.yaml │ └── publish-main-releases.yaml ├── .gitignore ├── .gitmodules ├── .mdl_style.rb ├── .mdlrc ├── .pre-commit-config.yaml ├── .tekton ├── images │ └── pre-commit.Containerfile ├── pre-commit.yaml ├── push-to-tree.yaml ├── tag.yaml └── task │ ├── github-add-comment.yaml │ └── github-add-labels.yaml ├── .yamllint ├── CNAME ├── Containerfile ├── README.md ├── assets └── logo │ ├── Icon_RH_Office_HelpDesk_RGB_Black.png │ ├── Icon_RH_Office_HelpDesk_RGB_White.png │ └── logo.xcf ├── content ├── CNAME ├── README.md ├── build │ ├── bc_build-args.yaml │ ├── build-and-push-to-quay.io.yml │ ├── entitled.md │ ├── entitled │ │ ├── build-run.yaml │ │ ├── build.yaml │ │ ├── sharedsecret-allow-namespace.yaml │ │ ├── sharedsecret-permissions.yaml │ │ └── sharedsecret.yaml │ ├── index.md │ ├── jenkins.md │ ├── multi-push-pipeline-not-tested.yml │ ├── pipeline │ │ ├── buildah-pipeline.yaml │ │ ├── buildah-pipelinerun.yaml │ │ ├── buildah-with-secret.yaml │ │ ├── buildpacks.md │ │ └── index.md │ ├── s2i-r-shiny.md │ └── universal-base-image.md ├── certificate.md ├── certificate │ ├── openssl.certificate.conf │ ├── openssl.root-ca.conf │ └── openssl.self-signed-certificate.conf ├── client │ ├── index.md │ ├── nodelist-with-resources.example │ ├── nodelist-with-resources.gotemplate │ ├── podlist-with-resources.example │ ├── podlist-with-resources.gotemplate │ └── pvc-report.gotemplate ├── cluster-configuration │ ├── MachineSets │ │ ├── VMware-UPI │ │ │ ├── add-tag-category.png │ │ │ ├── add-tag.png │ │ │ ├── index.md │ │ │ └── tag-overview.png │ │ └── debugging.md │ ├── authentication │ │ ├── activedirectory-ldap.md │ │ ├── ad-ldap-1.png │ │ ├── auth-basic-authentication.md │ │ ├── client-certificate │ │ │ └── index.md │ │ ├── google-oauth-screenshot1.png │ │ ├── google-oauth-screenshot2.png │ │ ├── index.md │ │ ├── redhat-sso.md │ │ └── token.md │ ├── build-load-kernel-module │ │ ├── daemonset.yaml │ │ ├── index.md │ │ └── service-account-and-rbac.yaml │ ├── cluster-autoscaling.md │ ├── external-dns │ │ ├── deployment │ │ │ ├── clusterrole.yaml │ │ │ ├── clusterrolebinding.yaml │ │ │ ├── deployment.yaml │ │ │ ├── kustomization.yaml │ │ │ ├── namespace.yaml │ │ │ └── serviceaccount.yaml │ │ ├── index.md │ │ └── ipa.png │ ├── full-cluster-entitlement │ │ ├── cluster-subscription-1.png │ │ ├── cluster-subscription-2.png │ │ ├── cluster-subscription-3.png │ │ ├── cluster-subscription-4.png │ │ ├── cluster-subscription-5.png │ │ ├── debugging.md │ │ └── index.md │ ├── image-registry.md │ ├── image-registry │ │ └── vsphere-registry.md │ ├── index.md │ ├── logging │ │ └── forwarding-demo │ │ │ ├── deploy-fluentd.yaml │ │ │ └── index.md │ ├── machine-config │ │ ├── index.md │ │ ├── kubelet-configs.md │ │ ├── machine-config-server.md │ │ └── sshd-config-example │ │ │ ├── sshd-master.machineconfig.yaml │ │ │ ├── sshd-master.yaml │ │ │ ├── sshd-worker.machineconfig.yaml │ │ │ └── sshd-worker.yaml │ ├── monitoring │ │ ├── alertmanager │ │ │ ├── debug-receiver.md │ │ │ ├── debug-receiver │ │ │ │ ├── deployment.yaml │ │ │ │ └── receiver-config.png │ │ │ ├── github-receiver.md │ │ │ ├── index.md │ │ │ ├── microsoft-teams-receiver.md │ │ │ └── telegram-receiver.md │ │ └── index.md │ ├── ntp.md │ └── storage │ │ ├── csi-driver-nfs │ │ ├── index.md │ │ └── values.yaml │ │ ├── index.md │ │ └── nfs.md ├── cluster-installation │ ├── adjust-rhcos.iso.md │ ├── air-gapped.md │ ├── gpu │ │ ├── gpu-debuging.md │ │ ├── gpu-on-aws.md │ │ ├── gpu-on-prem.md │ │ └── index.md │ ├── hosted-control-plane │ │ ├── index.md │ │ ├── kubevirt-networking-overview.png │ │ ├── kubevirt-networking.md │ │ ├── kubevirt-networking │ │ │ ├── IPAddressPool.yaml │ │ │ ├── L2Advertisement.yaml │ │ │ ├── br-vlan-2003.yaml │ │ │ ├── coe-bridge-via-enp79s0f1.yaml │ │ │ ├── coe-bridge-via-enp80s0f1.yaml │ │ │ └── hcp-rendert.yaml │ │ ├── node-networking.drawio │ │ ├── openshift-4-loadbalancer-deployment.yaml │ │ └── openshift-4-loadbalancer-service.yaml │ ├── index.md │ ├── sno-on-ocpv │ │ ├── index.md │ │ ├── install-config.yaml │ │ └── vm.yaml │ ├── vmware │ │ ├── agent-base-non-integrated │ │ │ ├── agent-config.yaml │ │ │ ├── index.md │ │ │ └── install-config.yaml │ │ ├── example │ │ │ ├── 07-select-a-guest-OS.png │ │ │ ├── 08-1-cpu.png │ │ │ ├── 08-1-ram-disk.png │ │ │ ├── 08-2-boot-bios.png │ │ │ ├── 08-3-diskuuid.png │ │ │ ├── 08-4-lat-high.png │ │ │ ├── example-architecture.png │ │ │ ├── index.md │ │ │ └── openshift-deploy.sh │ │ ├── index.md │ │ ├── ipi-proxy.md │ │ └── targets-and-dependencies.png │ └── windows-container │ │ ├── VMware-ipi.md │ │ ├── dev-prev.md │ │ ├── on-prem │ │ ├── docker.png │ │ ├── hyper-v-1.png │ │ ├── hyper-v-10.png │ │ ├── hyper-v-11.png │ │ ├── hyper-v-12.png │ │ ├── hyper-v-13.png │ │ ├── hyper-v-14.png │ │ ├── hyper-v-2.png │ │ ├── hyper-v-3.png │ │ ├── hyper-v-4.png │ │ ├── hyper-v-5.png │ │ ├── hyper-v-6.png │ │ ├── hyper-v-7.png │ │ ├── hyper-v-8.png │ │ ├── hyper-v-9.png │ │ ├── index.md │ │ ├── load-virtIO-driver.png │ │ ├── rhel-virtio-error.png │ │ ├── select-virtIO.png │ │ └── select-windows-datacenter-with-gui.png │ │ └── windows-container.gif ├── cluster-lifecycle │ ├── add-node │ │ ├── extra-worker-1.yaml │ │ ├── index.md │ │ ├── nodes-config.yaml │ │ ├── ocp1-cp-4-bmh.yaml │ │ ├── ocp1-cp-4-machine.yaml │ │ ├── ocp1-cp-4-vm.yaml │ │ └── ocp1-cp-5-vm.yaml │ ├── backup │ │ └── etcd.md │ ├── cloud-redhat-com.md │ ├── index.md │ ├── monitoring │ │ └── metrics.md │ ├── oat-upgrades.md │ ├── restore.md │ ├── shutdown.md │ └── storage-migration.md ├── control-plane │ ├── index.md │ └── lost-quorum │ │ ├── index.md │ │ ├── ocp1-cp-4-bmh.yaml │ │ ├── ocp1-cp-4-machine.yaml │ │ ├── ocp1-cp-4-vm.yaml │ │ ├── ocp1-cp-5-bmh.yaml │ │ ├── ocp1-cp-5-machine.yaml │ │ └── ocp1-cp-5-vm.yaml ├── deploy │ ├── autoscaling │ │ ├── index.md │ │ └── pod-autoscaling-template.yaml │ ├── deployment-simple-nginx.yaml │ ├── deployment-skopeo.yaml │ ├── eap-cluster.md │ ├── eap-session.gif │ ├── faketime.md │ ├── files │ │ └── simple-deployment.yaml │ ├── imagestreams.md │ ├── index.md │ ├── initcontainers.md │ ├── jar.md │ ├── jar │ │ ├── deployment-init-container.yaml │ │ └── deployment-multi-stage.yaml │ ├── k8s-probes-demo.yaml │ ├── keycloak │ │ ├── images │ │ │ ├── add-identity-provider-mapper.png │ │ │ ├── add-to-group-idp-coe-sso.png │ │ │ ├── client-1.png │ │ │ ├── client-2.png │ │ │ ├── client-3.png │ │ │ ├── client-4.png │ │ │ ├── client-5.png │ │ │ ├── configure-identity-provider.png │ │ │ ├── create-identity-provider.png │ │ │ ├── create-realm.png │ │ │ ├── fillout-identity-provider.png │ │ │ ├── ocp-1.png │ │ │ ├── ocp-2.png │ │ │ ├── skip-login-page-1.png │ │ │ ├── skip-login-page-2.png │ │ │ └── skip-login-page-3.png │ │ └── index.md │ ├── libfaketime.yaml │ ├── liveness-probe.md │ ├── monitoring │ │ ├── deployment.yaml │ │ ├── servicemonitor.yaml │ │ ├── workload.md │ │ └── workload.png │ ├── nginx-reverse-proxy.md │ ├── ops-container.md │ ├── pod_autoscaling_template.json │ ├── quota.md │ ├── run-rhel-support-tools-deployment.yaml │ ├── run-rhel-support-tools-pod.yaml │ ├── run-ubi-micro-deployment.yaml │ ├── run-ubi-micro-pod.yaml │ ├── scale-down-deploymentconfigs.md │ ├── scc-anyuid.md │ ├── statefulset.md │ ├── storage.md │ ├── ubi-deployment-w-pvc.yaml │ └── workload │ │ ├── gitlab-runner.md │ │ ├── grafana-oauth.md │ │ ├── jfrog-artifactory-enterprise-operator-air-gapped.md │ │ ├── own-apache-container.md │ │ ├── quake.png │ │ └── quake3.md ├── gitops │ └── index.md ├── images │ ├── desk.png │ ├── favicon.png │ ├── logo-black.png │ ├── logo-white.png │ └── packet_flow10.png ├── impressum.md ├── javascripts │ └── drawio-reload.js ├── kubevirt │ ├── application-aware-quota │ │ ├── example-resource-quota.ApplicationAwareResourceQuota.yaml │ │ ├── example-resource-quota.aacrq.yaml │ │ ├── index.md │ │ └── template.yaml │ ├── cdi-pvc.example.yml │ ├── csi-driver-support.png │ ├── descheduler │ │ └── index.md │ ├── example │ │ ├── boot-from-iso.yaml │ │ ├── rhcos-pod-bridge.yaml │ │ └── tiny-rhel-pod-bridge.yaml │ ├── iis-template.yaml │ ├── index.md │ ├── networking │ │ ├── bond-balance-slb.drawio │ │ ├── bonding-vlan-localnet-bridge.drawio │ │ ├── bonding-vlan-localnet-bridge.png │ │ ├── index.md │ │ ├── linux-bridge-net-attach-def.yaml │ │ ├── linux-bridge-nncp.yaml │ │ ├── localnet-fedora-vm.yaml │ │ ├── localnet-net-attach-def.png │ │ ├── localnet-net-attach-def.yaml │ │ ├── localnet-nncp.yaml │ │ └── network_bond.png │ ├── nfs-csi-driver.md │ ├── node-health-check.md │ ├── pci-passthrough-config.png │ ├── pci-passthrough-lspci.png │ ├── pci-passthrough.md │ ├── storage.md │ ├── storage_csi.png │ ├── template.md │ ├── template │ │ ├── datasource.yaml │ │ └── template.yaml │ ├── vm-rhel-on-hostpath.yml │ ├── vm-rhel-on-pvc.yml │ └── vm-rhel-via-image.yml ├── my-lab │ ├── fedora-workstation.md │ ├── index.md │ ├── local-fedora.md │ ├── remote-worker.md │ ├── remote-worker │ │ ├── architecture.draw.io.png │ │ └── architecture.draw.io.xml │ ├── ssh.md │ └── storage-box.md ├── networking │ ├── egress-ip │ │ └── index.md │ ├── index.md │ ├── k8s-iptables-chains.md │ ├── lldpd │ │ ├── Containerfile │ │ ├── build.yaml │ │ ├── daemonset.yaml │ │ ├── index.md │ │ └── namespace.yaml │ ├── multus.md │ ├── network-policy │ │ ├── OVNKubernetes.md │ │ ├── OpenShiftSDN.md │ │ ├── case1.png │ │ ├── case2.png │ │ ├── case3.png │ │ ├── case4.png │ │ ├── demo-overview.png │ │ ├── deploy-commands │ │ ├── index.md │ │ └── without-policies.png │ ├── packet_flow10.png │ ├── services-routes │ │ ├── route-encryption.md │ │ ├── router-sharding.md │ │ └── service-serving-certificate-secrets.md │ ├── sr-iov │ │ ├── MachineConfigPool.dpdk.yaml │ │ ├── PerformanceProfile.dpdk-ready.yaml │ │ ├── SriovNetwork.storm5-rbohne-sriov-test-eno3.yaml │ │ ├── SriovNetwork.storm5-rbohne-sriov-test-eno4.yaml │ │ ├── SriovNetworkNodePolicy.storm5-eno3.yaml │ │ ├── SriovNetworkNodePolicy.storm5-eno4.yaml │ │ ├── deployment-sriov-clean.yaml │ │ ├── deployment-sriov-eno4.md │ │ ├── deployment-sriov.yaml │ │ └── sriov.md │ └── udn │ │ ├── index.md │ │ ├── manifests │ │ ├── base │ │ │ ├── kustomization.yaml │ │ │ └── namespace-p-udn.yaml │ │ ├── components │ │ │ ├── agnhost │ │ │ │ ├── deployment.yaml │ │ │ │ ├── kustomization.yaml │ │ │ │ ├── route.yaml │ │ │ │ └── service.yaml │ │ │ ├── rhel-support-tools │ │ │ │ ├── deployment.yaml │ │ │ │ └── kustomization.yaml │ │ │ ├── simple-http-server │ │ │ │ ├── deployment.yaml │ │ │ │ ├── kustomization.yaml │ │ │ │ ├── route.yaml │ │ │ │ └── service.yaml │ │ │ └── simple-httpd-vm │ │ │ │ ├── kustomization.yaml │ │ │ │ ├── route.yaml │ │ │ │ ├── service.yaml │ │ │ │ └── virtualmachine.yaml │ │ └── overlays │ │ │ ├── tentant-1 │ │ │ ├── kustomization.yaml │ │ │ └── udn.yaml │ │ │ ├── tentant-2 │ │ │ ├── kustomization.yaml │ │ │ └── udn.yaml │ │ │ └── tentant-3 │ │ │ ├── cudn.yaml │ │ │ ├── kustomization.yaml │ │ │ ├── namespace-3 │ │ │ └── kustomization.yaml │ │ │ └── namespace-4 │ │ │ └── kustomization.yaml │ │ ├── overview.drawio │ │ ├── podlist-with-p-udn.gotemplate │ │ └── udn.drawio ├── openshift-examples.png ├── openshift-tv │ ├── 2021-04-14-vpshere-ipi-disconnected.md │ └── index.md ├── operators │ ├── air-gapped │ │ └── index.md │ ├── ansible-operator-demo │ │ ├── demo-magic.sh │ │ ├── example-tasks.yaml │ │ └── run-demo.sh │ ├── ansible-operator.md │ ├── cluster-configurator.md │ ├── custom-ressource-definition.md │ ├── index.md │ ├── install-operator-as-a-user.md │ ├── operatorhub.md │ ├── screenshot-2020-02-20-at-10.42.27.png │ ├── screenshot-2020-02-20-at-10.53.41.png │ └── simple-application-operator.md ├── tags.md └── troubleshooting │ └── index.md ├── deploy ├── devel.value.yaml ├── main.value.yaml └── openshift-examples-simple │ ├── .helmignore │ ├── Chart.yaml │ ├── templates │ ├── NOTES.txt │ ├── _helpers.tpl │ ├── certificate.yaml │ ├── deployment.yaml │ ├── imagestream.yaml │ ├── ingress.yaml │ ├── route.yaml │ ├── service.yaml │ ├── serviceaccount.yaml │ └── tests │ │ └── test-connection.yaml │ └── values.yaml ├── helper └── run-pre-commit.sh ├── hooks └── sha256_filter.py ├── mkdocs.yml ├── new-page-template.md ├── nginx-cfg └── listen-8081-stub-status.conf ├── overrides ├── .icons │ ├── redhat │ │ └── Technology_icon-Red_Hat-OpenShift_Virtualization-Standard-RGB.svg │ └── upstream │ │ └── KubeVirt_icon.svg ├── assets │ └── stylesheets │ │ └── powered-by.css └── partials │ ├── footer.html │ ├── source-file.html │ └── toc.html ├── requirements.txt ├── run-local-pre-commit.sh ├── run-local.sh └── start-mkdocs.sh /.argocd/Application/devel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/.argocd/Application/devel.yaml -------------------------------------------------------------------------------- /.argocd/Application/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/.argocd/Application/kustomization.yaml -------------------------------------------------------------------------------- /.argocd/Application/main.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/.argocd/Application/main.yaml -------------------------------------------------------------------------------- /.argocd/ApplicationSet/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/.argocd/ApplicationSet/kustomization.yaml -------------------------------------------------------------------------------- /.argocd/ApplicationSet/ok-for-test-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/.argocd/ApplicationSet/ok-for-test-deployment.yaml -------------------------------------------------------------------------------- /.argocd/ArgoCD/gitops.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/.argocd/ArgoCD/gitops.yaml -------------------------------------------------------------------------------- /.argocd/ArgoCD/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/.argocd/ArgoCD/kustomization.yaml -------------------------------------------------------------------------------- /.argocd/ExternalSecret/ci-cd-issues-pr-read-only.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/.argocd/ExternalSecret/ci-cd-issues-pr-read-only.yaml -------------------------------------------------------------------------------- /.argocd/ExternalSecret/employee-ocp-production.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/.argocd/ExternalSecret/employee-ocp-production.yaml -------------------------------------------------------------------------------- /.argocd/ExternalSecret/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/.argocd/ExternalSecret/kustomization.yaml -------------------------------------------------------------------------------- /.argocd/ExternalSecret/quay-push-bot.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/.argocd/ExternalSecret/quay-push-bot.yaml -------------------------------------------------------------------------------- /.argocd/ExternalSecret/web-deploy-key.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/.argocd/ExternalSecret/web-deploy-key.yaml -------------------------------------------------------------------------------- /.argocd/Repository/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/.argocd/Repository/kustomization.yaml -------------------------------------------------------------------------------- /.argocd/Repository/web.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/.argocd/Repository/web.yaml -------------------------------------------------------------------------------- /.argocd/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/.argocd/kustomization.yaml -------------------------------------------------------------------------------- /.github/workflows/pr-check-deploy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/.github/workflows/pr-check-deploy.yaml -------------------------------------------------------------------------------- /.github/workflows/pr-close.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/.github/workflows/pr-close.yaml -------------------------------------------------------------------------------- /.github/workflows/publish-main-releases.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/.github/workflows/publish-main-releases.yaml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .cache 2 | pre-commit 3 | rosetta 4 | 5 | .local 6 | share 7 | -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/.gitmodules -------------------------------------------------------------------------------- /.mdl_style.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/.mdl_style.rb -------------------------------------------------------------------------------- /.mdlrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/.mdlrc -------------------------------------------------------------------------------- /.pre-commit-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/.pre-commit-config.yaml -------------------------------------------------------------------------------- /.tekton/images/pre-commit.Containerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/.tekton/images/pre-commit.Containerfile -------------------------------------------------------------------------------- /.tekton/pre-commit.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/.tekton/pre-commit.yaml -------------------------------------------------------------------------------- /.tekton/push-to-tree.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/.tekton/push-to-tree.yaml -------------------------------------------------------------------------------- /.tekton/tag.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/.tekton/tag.yaml -------------------------------------------------------------------------------- /.tekton/task/github-add-comment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/.tekton/task/github-add-comment.yaml -------------------------------------------------------------------------------- /.tekton/task/github-add-labels.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/.tekton/task/github-add-labels.yaml -------------------------------------------------------------------------------- /.yamllint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/.yamllint -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | examples.openshift.pub 2 | -------------------------------------------------------------------------------- /Containerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/Containerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/README.md -------------------------------------------------------------------------------- /assets/logo/Icon_RH_Office_HelpDesk_RGB_Black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/assets/logo/Icon_RH_Office_HelpDesk_RGB_Black.png -------------------------------------------------------------------------------- /assets/logo/Icon_RH_Office_HelpDesk_RGB_White.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/assets/logo/Icon_RH_Office_HelpDesk_RGB_White.png -------------------------------------------------------------------------------- /assets/logo/logo.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/assets/logo/logo.xcf -------------------------------------------------------------------------------- /content/CNAME: -------------------------------------------------------------------------------- 1 | examples.openshift.pub -------------------------------------------------------------------------------- /content/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/README.md -------------------------------------------------------------------------------- /content/build/bc_build-args.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/build/bc_build-args.yaml -------------------------------------------------------------------------------- /content/build/build-and-push-to-quay.io.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/build/build-and-push-to-quay.io.yml -------------------------------------------------------------------------------- /content/build/entitled.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/build/entitled.md -------------------------------------------------------------------------------- /content/build/entitled/build-run.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/build/entitled/build-run.yaml -------------------------------------------------------------------------------- /content/build/entitled/build.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/build/entitled/build.yaml -------------------------------------------------------------------------------- /content/build/entitled/sharedsecret-allow-namespace.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/build/entitled/sharedsecret-allow-namespace.yaml -------------------------------------------------------------------------------- /content/build/entitled/sharedsecret-permissions.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/build/entitled/sharedsecret-permissions.yaml -------------------------------------------------------------------------------- /content/build/entitled/sharedsecret.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/build/entitled/sharedsecret.yaml -------------------------------------------------------------------------------- /content/build/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/build/index.md -------------------------------------------------------------------------------- /content/build/jenkins.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/build/jenkins.md -------------------------------------------------------------------------------- /content/build/multi-push-pipeline-not-tested.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/build/multi-push-pipeline-not-tested.yml -------------------------------------------------------------------------------- /content/build/pipeline/buildah-pipeline.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/build/pipeline/buildah-pipeline.yaml -------------------------------------------------------------------------------- /content/build/pipeline/buildah-pipelinerun.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/build/pipeline/buildah-pipelinerun.yaml -------------------------------------------------------------------------------- /content/build/pipeline/buildah-with-secret.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/build/pipeline/buildah-with-secret.yaml -------------------------------------------------------------------------------- /content/build/pipeline/buildpacks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/build/pipeline/buildpacks.md -------------------------------------------------------------------------------- /content/build/pipeline/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/build/pipeline/index.md -------------------------------------------------------------------------------- /content/build/s2i-r-shiny.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/build/s2i-r-shiny.md -------------------------------------------------------------------------------- /content/build/universal-base-image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/build/universal-base-image.md -------------------------------------------------------------------------------- /content/certificate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/certificate.md -------------------------------------------------------------------------------- /content/certificate/openssl.certificate.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/certificate/openssl.certificate.conf -------------------------------------------------------------------------------- /content/certificate/openssl.root-ca.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/certificate/openssl.root-ca.conf -------------------------------------------------------------------------------- /content/certificate/openssl.self-signed-certificate.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/certificate/openssl.self-signed-certificate.conf -------------------------------------------------------------------------------- /content/client/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/client/index.md -------------------------------------------------------------------------------- /content/client/nodelist-with-resources.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/client/nodelist-with-resources.example -------------------------------------------------------------------------------- /content/client/nodelist-with-resources.gotemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/client/nodelist-with-resources.gotemplate -------------------------------------------------------------------------------- /content/client/podlist-with-resources.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/client/podlist-with-resources.example -------------------------------------------------------------------------------- /content/client/podlist-with-resources.gotemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/client/podlist-with-resources.gotemplate -------------------------------------------------------------------------------- /content/client/pvc-report.gotemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/client/pvc-report.gotemplate -------------------------------------------------------------------------------- /content/cluster-configuration/MachineSets/VMware-UPI/add-tag-category.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/MachineSets/VMware-UPI/add-tag-category.png -------------------------------------------------------------------------------- /content/cluster-configuration/MachineSets/VMware-UPI/add-tag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/MachineSets/VMware-UPI/add-tag.png -------------------------------------------------------------------------------- /content/cluster-configuration/MachineSets/VMware-UPI/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/MachineSets/VMware-UPI/index.md -------------------------------------------------------------------------------- /content/cluster-configuration/MachineSets/VMware-UPI/tag-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/MachineSets/VMware-UPI/tag-overview.png -------------------------------------------------------------------------------- /content/cluster-configuration/MachineSets/debugging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/MachineSets/debugging.md -------------------------------------------------------------------------------- /content/cluster-configuration/authentication/activedirectory-ldap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/authentication/activedirectory-ldap.md -------------------------------------------------------------------------------- /content/cluster-configuration/authentication/ad-ldap-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/authentication/ad-ldap-1.png -------------------------------------------------------------------------------- /content/cluster-configuration/authentication/auth-basic-authentication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/authentication/auth-basic-authentication.md -------------------------------------------------------------------------------- /content/cluster-configuration/authentication/client-certificate/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/authentication/client-certificate/index.md -------------------------------------------------------------------------------- /content/cluster-configuration/authentication/google-oauth-screenshot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/authentication/google-oauth-screenshot1.png -------------------------------------------------------------------------------- /content/cluster-configuration/authentication/google-oauth-screenshot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/authentication/google-oauth-screenshot2.png -------------------------------------------------------------------------------- /content/cluster-configuration/authentication/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/authentication/index.md -------------------------------------------------------------------------------- /content/cluster-configuration/authentication/redhat-sso.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/authentication/redhat-sso.md -------------------------------------------------------------------------------- /content/cluster-configuration/authentication/token.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/authentication/token.md -------------------------------------------------------------------------------- /content/cluster-configuration/build-load-kernel-module/daemonset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/build-load-kernel-module/daemonset.yaml -------------------------------------------------------------------------------- /content/cluster-configuration/build-load-kernel-module/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/build-load-kernel-module/index.md -------------------------------------------------------------------------------- /content/cluster-configuration/build-load-kernel-module/service-account-and-rbac.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/build-load-kernel-module/service-account-and-rbac.yaml -------------------------------------------------------------------------------- /content/cluster-configuration/cluster-autoscaling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/cluster-autoscaling.md -------------------------------------------------------------------------------- /content/cluster-configuration/external-dns/deployment/clusterrole.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/external-dns/deployment/clusterrole.yaml -------------------------------------------------------------------------------- /content/cluster-configuration/external-dns/deployment/clusterrolebinding.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/external-dns/deployment/clusterrolebinding.yaml -------------------------------------------------------------------------------- /content/cluster-configuration/external-dns/deployment/deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/external-dns/deployment/deployment.yaml -------------------------------------------------------------------------------- /content/cluster-configuration/external-dns/deployment/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/external-dns/deployment/kustomization.yaml -------------------------------------------------------------------------------- /content/cluster-configuration/external-dns/deployment/namespace.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/external-dns/deployment/namespace.yaml -------------------------------------------------------------------------------- /content/cluster-configuration/external-dns/deployment/serviceaccount.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/external-dns/deployment/serviceaccount.yaml -------------------------------------------------------------------------------- /content/cluster-configuration/external-dns/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/external-dns/index.md -------------------------------------------------------------------------------- /content/cluster-configuration/external-dns/ipa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/external-dns/ipa.png -------------------------------------------------------------------------------- /content/cluster-configuration/full-cluster-entitlement/cluster-subscription-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/full-cluster-entitlement/cluster-subscription-1.png -------------------------------------------------------------------------------- /content/cluster-configuration/full-cluster-entitlement/cluster-subscription-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/full-cluster-entitlement/cluster-subscription-2.png -------------------------------------------------------------------------------- /content/cluster-configuration/full-cluster-entitlement/cluster-subscription-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/full-cluster-entitlement/cluster-subscription-3.png -------------------------------------------------------------------------------- /content/cluster-configuration/full-cluster-entitlement/cluster-subscription-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/full-cluster-entitlement/cluster-subscription-4.png -------------------------------------------------------------------------------- /content/cluster-configuration/full-cluster-entitlement/cluster-subscription-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/full-cluster-entitlement/cluster-subscription-5.png -------------------------------------------------------------------------------- /content/cluster-configuration/full-cluster-entitlement/debugging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/full-cluster-entitlement/debugging.md -------------------------------------------------------------------------------- /content/cluster-configuration/full-cluster-entitlement/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/full-cluster-entitlement/index.md -------------------------------------------------------------------------------- /content/cluster-configuration/image-registry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/image-registry.md -------------------------------------------------------------------------------- /content/cluster-configuration/image-registry/vsphere-registry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/image-registry/vsphere-registry.md -------------------------------------------------------------------------------- /content/cluster-configuration/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/index.md -------------------------------------------------------------------------------- /content/cluster-configuration/logging/forwarding-demo/deploy-fluentd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/logging/forwarding-demo/deploy-fluentd.yaml -------------------------------------------------------------------------------- /content/cluster-configuration/logging/forwarding-demo/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/logging/forwarding-demo/index.md -------------------------------------------------------------------------------- /content/cluster-configuration/machine-config/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/machine-config/index.md -------------------------------------------------------------------------------- /content/cluster-configuration/machine-config/kubelet-configs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/machine-config/kubelet-configs.md -------------------------------------------------------------------------------- /content/cluster-configuration/machine-config/machine-config-server.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/machine-config/machine-config-server.md -------------------------------------------------------------------------------- /content/cluster-configuration/machine-config/sshd-config-example/sshd-master.machineconfig.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/machine-config/sshd-config-example/sshd-master.machineconfig.yaml -------------------------------------------------------------------------------- /content/cluster-configuration/machine-config/sshd-config-example/sshd-master.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/machine-config/sshd-config-example/sshd-master.yaml -------------------------------------------------------------------------------- /content/cluster-configuration/machine-config/sshd-config-example/sshd-worker.machineconfig.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/machine-config/sshd-config-example/sshd-worker.machineconfig.yaml -------------------------------------------------------------------------------- /content/cluster-configuration/machine-config/sshd-config-example/sshd-worker.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/machine-config/sshd-config-example/sshd-worker.yaml -------------------------------------------------------------------------------- /content/cluster-configuration/monitoring/alertmanager/debug-receiver.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/monitoring/alertmanager/debug-receiver.md -------------------------------------------------------------------------------- /content/cluster-configuration/monitoring/alertmanager/debug-receiver/deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/monitoring/alertmanager/debug-receiver/deployment.yaml -------------------------------------------------------------------------------- /content/cluster-configuration/monitoring/alertmanager/debug-receiver/receiver-config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/monitoring/alertmanager/debug-receiver/receiver-config.png -------------------------------------------------------------------------------- /content/cluster-configuration/monitoring/alertmanager/github-receiver.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/monitoring/alertmanager/github-receiver.md -------------------------------------------------------------------------------- /content/cluster-configuration/monitoring/alertmanager/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/monitoring/alertmanager/index.md -------------------------------------------------------------------------------- /content/cluster-configuration/monitoring/alertmanager/microsoft-teams-receiver.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/monitoring/alertmanager/microsoft-teams-receiver.md -------------------------------------------------------------------------------- /content/cluster-configuration/monitoring/alertmanager/telegram-receiver.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/monitoring/alertmanager/telegram-receiver.md -------------------------------------------------------------------------------- /content/cluster-configuration/monitoring/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/monitoring/index.md -------------------------------------------------------------------------------- /content/cluster-configuration/ntp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/ntp.md -------------------------------------------------------------------------------- /content/cluster-configuration/storage/csi-driver-nfs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/storage/csi-driver-nfs/index.md -------------------------------------------------------------------------------- /content/cluster-configuration/storage/csi-driver-nfs/values.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/storage/csi-driver-nfs/values.yaml -------------------------------------------------------------------------------- /content/cluster-configuration/storage/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/storage/index.md -------------------------------------------------------------------------------- /content/cluster-configuration/storage/nfs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-configuration/storage/nfs.md -------------------------------------------------------------------------------- /content/cluster-installation/adjust-rhcos.iso.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/adjust-rhcos.iso.md -------------------------------------------------------------------------------- /content/cluster-installation/air-gapped.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/air-gapped.md -------------------------------------------------------------------------------- /content/cluster-installation/gpu/gpu-debuging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/gpu/gpu-debuging.md -------------------------------------------------------------------------------- /content/cluster-installation/gpu/gpu-on-aws.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/gpu/gpu-on-aws.md -------------------------------------------------------------------------------- /content/cluster-installation/gpu/gpu-on-prem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/gpu/gpu-on-prem.md -------------------------------------------------------------------------------- /content/cluster-installation/gpu/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/gpu/index.md -------------------------------------------------------------------------------- /content/cluster-installation/hosted-control-plane/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/hosted-control-plane/index.md -------------------------------------------------------------------------------- /content/cluster-installation/hosted-control-plane/kubevirt-networking-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/hosted-control-plane/kubevirt-networking-overview.png -------------------------------------------------------------------------------- /content/cluster-installation/hosted-control-plane/kubevirt-networking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/hosted-control-plane/kubevirt-networking.md -------------------------------------------------------------------------------- /content/cluster-installation/hosted-control-plane/kubevirt-networking/IPAddressPool.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/hosted-control-plane/kubevirt-networking/IPAddressPool.yaml -------------------------------------------------------------------------------- /content/cluster-installation/hosted-control-plane/kubevirt-networking/L2Advertisement.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/hosted-control-plane/kubevirt-networking/L2Advertisement.yaml -------------------------------------------------------------------------------- /content/cluster-installation/hosted-control-plane/kubevirt-networking/br-vlan-2003.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/hosted-control-plane/kubevirt-networking/br-vlan-2003.yaml -------------------------------------------------------------------------------- /content/cluster-installation/hosted-control-plane/kubevirt-networking/coe-bridge-via-enp79s0f1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/hosted-control-plane/kubevirt-networking/coe-bridge-via-enp79s0f1.yaml -------------------------------------------------------------------------------- /content/cluster-installation/hosted-control-plane/kubevirt-networking/coe-bridge-via-enp80s0f1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/hosted-control-plane/kubevirt-networking/coe-bridge-via-enp80s0f1.yaml -------------------------------------------------------------------------------- /content/cluster-installation/hosted-control-plane/kubevirt-networking/hcp-rendert.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/hosted-control-plane/kubevirt-networking/hcp-rendert.yaml -------------------------------------------------------------------------------- /content/cluster-installation/hosted-control-plane/node-networking.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/hosted-control-plane/node-networking.drawio -------------------------------------------------------------------------------- /content/cluster-installation/hosted-control-plane/openshift-4-loadbalancer-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/hosted-control-plane/openshift-4-loadbalancer-deployment.yaml -------------------------------------------------------------------------------- /content/cluster-installation/hosted-control-plane/openshift-4-loadbalancer-service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/hosted-control-plane/openshift-4-loadbalancer-service.yaml -------------------------------------------------------------------------------- /content/cluster-installation/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/index.md -------------------------------------------------------------------------------- /content/cluster-installation/sno-on-ocpv/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/sno-on-ocpv/index.md -------------------------------------------------------------------------------- /content/cluster-installation/sno-on-ocpv/install-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/sno-on-ocpv/install-config.yaml -------------------------------------------------------------------------------- /content/cluster-installation/sno-on-ocpv/vm.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/sno-on-ocpv/vm.yaml -------------------------------------------------------------------------------- /content/cluster-installation/vmware/agent-base-non-integrated/agent-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/vmware/agent-base-non-integrated/agent-config.yaml -------------------------------------------------------------------------------- /content/cluster-installation/vmware/agent-base-non-integrated/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/vmware/agent-base-non-integrated/index.md -------------------------------------------------------------------------------- /content/cluster-installation/vmware/agent-base-non-integrated/install-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/vmware/agent-base-non-integrated/install-config.yaml -------------------------------------------------------------------------------- /content/cluster-installation/vmware/example/07-select-a-guest-OS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/vmware/example/07-select-a-guest-OS.png -------------------------------------------------------------------------------- /content/cluster-installation/vmware/example/08-1-cpu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/vmware/example/08-1-cpu.png -------------------------------------------------------------------------------- /content/cluster-installation/vmware/example/08-1-ram-disk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/vmware/example/08-1-ram-disk.png -------------------------------------------------------------------------------- /content/cluster-installation/vmware/example/08-2-boot-bios.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/vmware/example/08-2-boot-bios.png -------------------------------------------------------------------------------- /content/cluster-installation/vmware/example/08-3-diskuuid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/vmware/example/08-3-diskuuid.png -------------------------------------------------------------------------------- /content/cluster-installation/vmware/example/08-4-lat-high.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/vmware/example/08-4-lat-high.png -------------------------------------------------------------------------------- /content/cluster-installation/vmware/example/example-architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/vmware/example/example-architecture.png -------------------------------------------------------------------------------- /content/cluster-installation/vmware/example/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/vmware/example/index.md -------------------------------------------------------------------------------- /content/cluster-installation/vmware/example/openshift-deploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/vmware/example/openshift-deploy.sh -------------------------------------------------------------------------------- /content/cluster-installation/vmware/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/vmware/index.md -------------------------------------------------------------------------------- /content/cluster-installation/vmware/ipi-proxy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/vmware/ipi-proxy.md -------------------------------------------------------------------------------- /content/cluster-installation/vmware/targets-and-dependencies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/vmware/targets-and-dependencies.png -------------------------------------------------------------------------------- /content/cluster-installation/windows-container/VMware-ipi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/windows-container/VMware-ipi.md -------------------------------------------------------------------------------- /content/cluster-installation/windows-container/dev-prev.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/windows-container/dev-prev.md -------------------------------------------------------------------------------- /content/cluster-installation/windows-container/on-prem/docker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/windows-container/on-prem/docker.png -------------------------------------------------------------------------------- /content/cluster-installation/windows-container/on-prem/hyper-v-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/windows-container/on-prem/hyper-v-1.png -------------------------------------------------------------------------------- /content/cluster-installation/windows-container/on-prem/hyper-v-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/windows-container/on-prem/hyper-v-10.png -------------------------------------------------------------------------------- /content/cluster-installation/windows-container/on-prem/hyper-v-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/windows-container/on-prem/hyper-v-11.png -------------------------------------------------------------------------------- /content/cluster-installation/windows-container/on-prem/hyper-v-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/windows-container/on-prem/hyper-v-12.png -------------------------------------------------------------------------------- /content/cluster-installation/windows-container/on-prem/hyper-v-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/windows-container/on-prem/hyper-v-13.png -------------------------------------------------------------------------------- /content/cluster-installation/windows-container/on-prem/hyper-v-14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/windows-container/on-prem/hyper-v-14.png -------------------------------------------------------------------------------- /content/cluster-installation/windows-container/on-prem/hyper-v-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/windows-container/on-prem/hyper-v-2.png -------------------------------------------------------------------------------- /content/cluster-installation/windows-container/on-prem/hyper-v-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/windows-container/on-prem/hyper-v-3.png -------------------------------------------------------------------------------- /content/cluster-installation/windows-container/on-prem/hyper-v-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/windows-container/on-prem/hyper-v-4.png -------------------------------------------------------------------------------- /content/cluster-installation/windows-container/on-prem/hyper-v-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/windows-container/on-prem/hyper-v-5.png -------------------------------------------------------------------------------- /content/cluster-installation/windows-container/on-prem/hyper-v-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/windows-container/on-prem/hyper-v-6.png -------------------------------------------------------------------------------- /content/cluster-installation/windows-container/on-prem/hyper-v-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/windows-container/on-prem/hyper-v-7.png -------------------------------------------------------------------------------- /content/cluster-installation/windows-container/on-prem/hyper-v-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/windows-container/on-prem/hyper-v-8.png -------------------------------------------------------------------------------- /content/cluster-installation/windows-container/on-prem/hyper-v-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/windows-container/on-prem/hyper-v-9.png -------------------------------------------------------------------------------- /content/cluster-installation/windows-container/on-prem/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/windows-container/on-prem/index.md -------------------------------------------------------------------------------- /content/cluster-installation/windows-container/on-prem/load-virtIO-driver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/windows-container/on-prem/load-virtIO-driver.png -------------------------------------------------------------------------------- /content/cluster-installation/windows-container/on-prem/rhel-virtio-error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/windows-container/on-prem/rhel-virtio-error.png -------------------------------------------------------------------------------- /content/cluster-installation/windows-container/on-prem/select-virtIO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/windows-container/on-prem/select-virtIO.png -------------------------------------------------------------------------------- /content/cluster-installation/windows-container/on-prem/select-windows-datacenter-with-gui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/windows-container/on-prem/select-windows-datacenter-with-gui.png -------------------------------------------------------------------------------- /content/cluster-installation/windows-container/windows-container.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-installation/windows-container/windows-container.gif -------------------------------------------------------------------------------- /content/cluster-lifecycle/add-node/extra-worker-1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-lifecycle/add-node/extra-worker-1.yaml -------------------------------------------------------------------------------- /content/cluster-lifecycle/add-node/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-lifecycle/add-node/index.md -------------------------------------------------------------------------------- /content/cluster-lifecycle/add-node/nodes-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-lifecycle/add-node/nodes-config.yaml -------------------------------------------------------------------------------- /content/cluster-lifecycle/add-node/ocp1-cp-4-bmh.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-lifecycle/add-node/ocp1-cp-4-bmh.yaml -------------------------------------------------------------------------------- /content/cluster-lifecycle/add-node/ocp1-cp-4-machine.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-lifecycle/add-node/ocp1-cp-4-machine.yaml -------------------------------------------------------------------------------- /content/cluster-lifecycle/add-node/ocp1-cp-4-vm.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-lifecycle/add-node/ocp1-cp-4-vm.yaml -------------------------------------------------------------------------------- /content/cluster-lifecycle/add-node/ocp1-cp-5-vm.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-lifecycle/add-node/ocp1-cp-5-vm.yaml -------------------------------------------------------------------------------- /content/cluster-lifecycle/backup/etcd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-lifecycle/backup/etcd.md -------------------------------------------------------------------------------- /content/cluster-lifecycle/cloud-redhat-com.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-lifecycle/cloud-redhat-com.md -------------------------------------------------------------------------------- /content/cluster-lifecycle/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-lifecycle/index.md -------------------------------------------------------------------------------- /content/cluster-lifecycle/monitoring/metrics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-lifecycle/monitoring/metrics.md -------------------------------------------------------------------------------- /content/cluster-lifecycle/oat-upgrades.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-lifecycle/oat-upgrades.md -------------------------------------------------------------------------------- /content/cluster-lifecycle/restore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-lifecycle/restore.md -------------------------------------------------------------------------------- /content/cluster-lifecycle/shutdown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-lifecycle/shutdown.md -------------------------------------------------------------------------------- /content/cluster-lifecycle/storage-migration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/cluster-lifecycle/storage-migration.md -------------------------------------------------------------------------------- /content/control-plane/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/control-plane/index.md -------------------------------------------------------------------------------- /content/control-plane/lost-quorum/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/control-plane/lost-quorum/index.md -------------------------------------------------------------------------------- /content/control-plane/lost-quorum/ocp1-cp-4-bmh.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/control-plane/lost-quorum/ocp1-cp-4-bmh.yaml -------------------------------------------------------------------------------- /content/control-plane/lost-quorum/ocp1-cp-4-machine.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/control-plane/lost-quorum/ocp1-cp-4-machine.yaml -------------------------------------------------------------------------------- /content/control-plane/lost-quorum/ocp1-cp-4-vm.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/control-plane/lost-quorum/ocp1-cp-4-vm.yaml -------------------------------------------------------------------------------- /content/control-plane/lost-quorum/ocp1-cp-5-bmh.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/control-plane/lost-quorum/ocp1-cp-5-bmh.yaml -------------------------------------------------------------------------------- /content/control-plane/lost-quorum/ocp1-cp-5-machine.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/control-plane/lost-quorum/ocp1-cp-5-machine.yaml -------------------------------------------------------------------------------- /content/control-plane/lost-quorum/ocp1-cp-5-vm.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/control-plane/lost-quorum/ocp1-cp-5-vm.yaml -------------------------------------------------------------------------------- /content/deploy/autoscaling/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/autoscaling/index.md -------------------------------------------------------------------------------- /content/deploy/autoscaling/pod-autoscaling-template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/autoscaling/pod-autoscaling-template.yaml -------------------------------------------------------------------------------- /content/deploy/deployment-simple-nginx.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/deployment-simple-nginx.yaml -------------------------------------------------------------------------------- /content/deploy/deployment-skopeo.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/deployment-skopeo.yaml -------------------------------------------------------------------------------- /content/deploy/eap-cluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/eap-cluster.md -------------------------------------------------------------------------------- /content/deploy/eap-session.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/eap-session.gif -------------------------------------------------------------------------------- /content/deploy/faketime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/faketime.md -------------------------------------------------------------------------------- /content/deploy/files/simple-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/files/simple-deployment.yaml -------------------------------------------------------------------------------- /content/deploy/imagestreams.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/imagestreams.md -------------------------------------------------------------------------------- /content/deploy/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/index.md -------------------------------------------------------------------------------- /content/deploy/initcontainers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/initcontainers.md -------------------------------------------------------------------------------- /content/deploy/jar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/jar.md -------------------------------------------------------------------------------- /content/deploy/jar/deployment-init-container.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/jar/deployment-init-container.yaml -------------------------------------------------------------------------------- /content/deploy/jar/deployment-multi-stage.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/jar/deployment-multi-stage.yaml -------------------------------------------------------------------------------- /content/deploy/k8s-probes-demo.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/k8s-probes-demo.yaml -------------------------------------------------------------------------------- /content/deploy/keycloak/images/add-identity-provider-mapper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/keycloak/images/add-identity-provider-mapper.png -------------------------------------------------------------------------------- /content/deploy/keycloak/images/add-to-group-idp-coe-sso.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/keycloak/images/add-to-group-idp-coe-sso.png -------------------------------------------------------------------------------- /content/deploy/keycloak/images/client-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/keycloak/images/client-1.png -------------------------------------------------------------------------------- /content/deploy/keycloak/images/client-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/keycloak/images/client-2.png -------------------------------------------------------------------------------- /content/deploy/keycloak/images/client-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/keycloak/images/client-3.png -------------------------------------------------------------------------------- /content/deploy/keycloak/images/client-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/keycloak/images/client-4.png -------------------------------------------------------------------------------- /content/deploy/keycloak/images/client-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/keycloak/images/client-5.png -------------------------------------------------------------------------------- /content/deploy/keycloak/images/configure-identity-provider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/keycloak/images/configure-identity-provider.png -------------------------------------------------------------------------------- /content/deploy/keycloak/images/create-identity-provider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/keycloak/images/create-identity-provider.png -------------------------------------------------------------------------------- /content/deploy/keycloak/images/create-realm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/keycloak/images/create-realm.png -------------------------------------------------------------------------------- /content/deploy/keycloak/images/fillout-identity-provider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/keycloak/images/fillout-identity-provider.png -------------------------------------------------------------------------------- /content/deploy/keycloak/images/ocp-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/keycloak/images/ocp-1.png -------------------------------------------------------------------------------- /content/deploy/keycloak/images/ocp-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/keycloak/images/ocp-2.png -------------------------------------------------------------------------------- /content/deploy/keycloak/images/skip-login-page-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/keycloak/images/skip-login-page-1.png -------------------------------------------------------------------------------- /content/deploy/keycloak/images/skip-login-page-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/keycloak/images/skip-login-page-2.png -------------------------------------------------------------------------------- /content/deploy/keycloak/images/skip-login-page-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/keycloak/images/skip-login-page-3.png -------------------------------------------------------------------------------- /content/deploy/keycloak/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/keycloak/index.md -------------------------------------------------------------------------------- /content/deploy/libfaketime.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/libfaketime.yaml -------------------------------------------------------------------------------- /content/deploy/liveness-probe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/liveness-probe.md -------------------------------------------------------------------------------- /content/deploy/monitoring/deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/monitoring/deployment.yaml -------------------------------------------------------------------------------- /content/deploy/monitoring/servicemonitor.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/monitoring/servicemonitor.yaml -------------------------------------------------------------------------------- /content/deploy/monitoring/workload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/monitoring/workload.md -------------------------------------------------------------------------------- /content/deploy/monitoring/workload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/monitoring/workload.png -------------------------------------------------------------------------------- /content/deploy/nginx-reverse-proxy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/nginx-reverse-proxy.md -------------------------------------------------------------------------------- /content/deploy/ops-container.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/ops-container.md -------------------------------------------------------------------------------- /content/deploy/pod_autoscaling_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/pod_autoscaling_template.json -------------------------------------------------------------------------------- /content/deploy/quota.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/quota.md -------------------------------------------------------------------------------- /content/deploy/run-rhel-support-tools-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/run-rhel-support-tools-deployment.yaml -------------------------------------------------------------------------------- /content/deploy/run-rhel-support-tools-pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/run-rhel-support-tools-pod.yaml -------------------------------------------------------------------------------- /content/deploy/run-ubi-micro-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/run-ubi-micro-deployment.yaml -------------------------------------------------------------------------------- /content/deploy/run-ubi-micro-pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/run-ubi-micro-pod.yaml -------------------------------------------------------------------------------- /content/deploy/scale-down-deploymentconfigs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/scale-down-deploymentconfigs.md -------------------------------------------------------------------------------- /content/deploy/scc-anyuid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/scc-anyuid.md -------------------------------------------------------------------------------- /content/deploy/statefulset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/statefulset.md -------------------------------------------------------------------------------- /content/deploy/storage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/storage.md -------------------------------------------------------------------------------- /content/deploy/ubi-deployment-w-pvc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/ubi-deployment-w-pvc.yaml -------------------------------------------------------------------------------- /content/deploy/workload/gitlab-runner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/workload/gitlab-runner.md -------------------------------------------------------------------------------- /content/deploy/workload/grafana-oauth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/workload/grafana-oauth.md -------------------------------------------------------------------------------- /content/deploy/workload/jfrog-artifactory-enterprise-operator-air-gapped.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/workload/jfrog-artifactory-enterprise-operator-air-gapped.md -------------------------------------------------------------------------------- /content/deploy/workload/own-apache-container.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/workload/own-apache-container.md -------------------------------------------------------------------------------- /content/deploy/workload/quake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/workload/quake.png -------------------------------------------------------------------------------- /content/deploy/workload/quake3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/deploy/workload/quake3.md -------------------------------------------------------------------------------- /content/gitops/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/gitops/index.md -------------------------------------------------------------------------------- /content/images/desk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/images/desk.png -------------------------------------------------------------------------------- /content/images/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/images/favicon.png -------------------------------------------------------------------------------- /content/images/logo-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/images/logo-black.png -------------------------------------------------------------------------------- /content/images/logo-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/images/logo-white.png -------------------------------------------------------------------------------- /content/images/packet_flow10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/images/packet_flow10.png -------------------------------------------------------------------------------- /content/impressum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/impressum.md -------------------------------------------------------------------------------- /content/javascripts/drawio-reload.js: -------------------------------------------------------------------------------- 1 | document$.subscribe(({ body }) => { 2 | GraphViewer.processElements() 3 | }) -------------------------------------------------------------------------------- /content/kubevirt/application-aware-quota/example-resource-quota.ApplicationAwareResourceQuota.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/kubevirt/application-aware-quota/example-resource-quota.ApplicationAwareResourceQuota.yaml -------------------------------------------------------------------------------- /content/kubevirt/application-aware-quota/example-resource-quota.aacrq.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/kubevirt/application-aware-quota/example-resource-quota.aacrq.yaml -------------------------------------------------------------------------------- /content/kubevirt/application-aware-quota/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/kubevirt/application-aware-quota/index.md -------------------------------------------------------------------------------- /content/kubevirt/application-aware-quota/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/kubevirt/application-aware-quota/template.yaml -------------------------------------------------------------------------------- /content/kubevirt/cdi-pvc.example.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/kubevirt/cdi-pvc.example.yml -------------------------------------------------------------------------------- /content/kubevirt/csi-driver-support.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/kubevirt/csi-driver-support.png -------------------------------------------------------------------------------- /content/kubevirt/descheduler/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/kubevirt/descheduler/index.md -------------------------------------------------------------------------------- /content/kubevirt/example/boot-from-iso.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/kubevirt/example/boot-from-iso.yaml -------------------------------------------------------------------------------- /content/kubevirt/example/rhcos-pod-bridge.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/kubevirt/example/rhcos-pod-bridge.yaml -------------------------------------------------------------------------------- /content/kubevirt/example/tiny-rhel-pod-bridge.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/kubevirt/example/tiny-rhel-pod-bridge.yaml -------------------------------------------------------------------------------- /content/kubevirt/iis-template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/kubevirt/iis-template.yaml -------------------------------------------------------------------------------- /content/kubevirt/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/kubevirt/index.md -------------------------------------------------------------------------------- /content/kubevirt/networking/bond-balance-slb.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/kubevirt/networking/bond-balance-slb.drawio -------------------------------------------------------------------------------- /content/kubevirt/networking/bonding-vlan-localnet-bridge.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/kubevirt/networking/bonding-vlan-localnet-bridge.drawio -------------------------------------------------------------------------------- /content/kubevirt/networking/bonding-vlan-localnet-bridge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/kubevirt/networking/bonding-vlan-localnet-bridge.png -------------------------------------------------------------------------------- /content/kubevirt/networking/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/kubevirt/networking/index.md -------------------------------------------------------------------------------- /content/kubevirt/networking/linux-bridge-net-attach-def.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/kubevirt/networking/linux-bridge-net-attach-def.yaml -------------------------------------------------------------------------------- /content/kubevirt/networking/linux-bridge-nncp.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/kubevirt/networking/linux-bridge-nncp.yaml -------------------------------------------------------------------------------- /content/kubevirt/networking/localnet-fedora-vm.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/kubevirt/networking/localnet-fedora-vm.yaml -------------------------------------------------------------------------------- /content/kubevirt/networking/localnet-net-attach-def.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/kubevirt/networking/localnet-net-attach-def.png -------------------------------------------------------------------------------- /content/kubevirt/networking/localnet-net-attach-def.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/kubevirt/networking/localnet-net-attach-def.yaml -------------------------------------------------------------------------------- /content/kubevirt/networking/localnet-nncp.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/kubevirt/networking/localnet-nncp.yaml -------------------------------------------------------------------------------- /content/kubevirt/networking/network_bond.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/kubevirt/networking/network_bond.png -------------------------------------------------------------------------------- /content/kubevirt/nfs-csi-driver.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/kubevirt/nfs-csi-driver.md -------------------------------------------------------------------------------- /content/kubevirt/node-health-check.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/kubevirt/node-health-check.md -------------------------------------------------------------------------------- /content/kubevirt/pci-passthrough-config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/kubevirt/pci-passthrough-config.png -------------------------------------------------------------------------------- /content/kubevirt/pci-passthrough-lspci.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/kubevirt/pci-passthrough-lspci.png -------------------------------------------------------------------------------- /content/kubevirt/pci-passthrough.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/kubevirt/pci-passthrough.md -------------------------------------------------------------------------------- /content/kubevirt/storage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/kubevirt/storage.md -------------------------------------------------------------------------------- /content/kubevirt/storage_csi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/kubevirt/storage_csi.png -------------------------------------------------------------------------------- /content/kubevirt/template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/kubevirt/template.md -------------------------------------------------------------------------------- /content/kubevirt/template/datasource.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/kubevirt/template/datasource.yaml -------------------------------------------------------------------------------- /content/kubevirt/template/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/kubevirt/template/template.yaml -------------------------------------------------------------------------------- /content/kubevirt/vm-rhel-on-hostpath.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/kubevirt/vm-rhel-on-hostpath.yml -------------------------------------------------------------------------------- /content/kubevirt/vm-rhel-on-pvc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/kubevirt/vm-rhel-on-pvc.yml -------------------------------------------------------------------------------- /content/kubevirt/vm-rhel-via-image.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/kubevirt/vm-rhel-via-image.yml -------------------------------------------------------------------------------- /content/my-lab/fedora-workstation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/my-lab/fedora-workstation.md -------------------------------------------------------------------------------- /content/my-lab/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/my-lab/index.md -------------------------------------------------------------------------------- /content/my-lab/local-fedora.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/my-lab/local-fedora.md -------------------------------------------------------------------------------- /content/my-lab/remote-worker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/my-lab/remote-worker.md -------------------------------------------------------------------------------- /content/my-lab/remote-worker/architecture.draw.io.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/my-lab/remote-worker/architecture.draw.io.png -------------------------------------------------------------------------------- /content/my-lab/remote-worker/architecture.draw.io.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/my-lab/remote-worker/architecture.draw.io.xml -------------------------------------------------------------------------------- /content/my-lab/ssh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/my-lab/ssh.md -------------------------------------------------------------------------------- /content/my-lab/storage-box.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/my-lab/storage-box.md -------------------------------------------------------------------------------- /content/networking/egress-ip/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/egress-ip/index.md -------------------------------------------------------------------------------- /content/networking/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/index.md -------------------------------------------------------------------------------- /content/networking/k8s-iptables-chains.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/k8s-iptables-chains.md -------------------------------------------------------------------------------- /content/networking/lldpd/Containerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/lldpd/Containerfile -------------------------------------------------------------------------------- /content/networking/lldpd/build.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/lldpd/build.yaml -------------------------------------------------------------------------------- /content/networking/lldpd/daemonset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/lldpd/daemonset.yaml -------------------------------------------------------------------------------- /content/networking/lldpd/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/lldpd/index.md -------------------------------------------------------------------------------- /content/networking/lldpd/namespace.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/lldpd/namespace.yaml -------------------------------------------------------------------------------- /content/networking/multus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/multus.md -------------------------------------------------------------------------------- /content/networking/network-policy/OVNKubernetes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/network-policy/OVNKubernetes.md -------------------------------------------------------------------------------- /content/networking/network-policy/OpenShiftSDN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/network-policy/OpenShiftSDN.md -------------------------------------------------------------------------------- /content/networking/network-policy/case1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/network-policy/case1.png -------------------------------------------------------------------------------- /content/networking/network-policy/case2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/network-policy/case2.png -------------------------------------------------------------------------------- /content/networking/network-policy/case3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/network-policy/case3.png -------------------------------------------------------------------------------- /content/networking/network-policy/case4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/network-policy/case4.png -------------------------------------------------------------------------------- /content/networking/network-policy/demo-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/network-policy/demo-overview.png -------------------------------------------------------------------------------- /content/networking/network-policy/deploy-commands: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/network-policy/deploy-commands -------------------------------------------------------------------------------- /content/networking/network-policy/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/network-policy/index.md -------------------------------------------------------------------------------- /content/networking/network-policy/without-policies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/network-policy/without-policies.png -------------------------------------------------------------------------------- /content/networking/packet_flow10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/packet_flow10.png -------------------------------------------------------------------------------- /content/networking/services-routes/route-encryption.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/services-routes/route-encryption.md -------------------------------------------------------------------------------- /content/networking/services-routes/router-sharding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/services-routes/router-sharding.md -------------------------------------------------------------------------------- /content/networking/services-routes/service-serving-certificate-secrets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/services-routes/service-serving-certificate-secrets.md -------------------------------------------------------------------------------- /content/networking/sr-iov/MachineConfigPool.dpdk.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/sr-iov/MachineConfigPool.dpdk.yaml -------------------------------------------------------------------------------- /content/networking/sr-iov/PerformanceProfile.dpdk-ready.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/sr-iov/PerformanceProfile.dpdk-ready.yaml -------------------------------------------------------------------------------- /content/networking/sr-iov/SriovNetwork.storm5-rbohne-sriov-test-eno3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/sr-iov/SriovNetwork.storm5-rbohne-sriov-test-eno3.yaml -------------------------------------------------------------------------------- /content/networking/sr-iov/SriovNetwork.storm5-rbohne-sriov-test-eno4.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/sr-iov/SriovNetwork.storm5-rbohne-sriov-test-eno4.yaml -------------------------------------------------------------------------------- /content/networking/sr-iov/SriovNetworkNodePolicy.storm5-eno3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/sr-iov/SriovNetworkNodePolicy.storm5-eno3.yaml -------------------------------------------------------------------------------- /content/networking/sr-iov/SriovNetworkNodePolicy.storm5-eno4.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/sr-iov/SriovNetworkNodePolicy.storm5-eno4.yaml -------------------------------------------------------------------------------- /content/networking/sr-iov/deployment-sriov-clean.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/sr-iov/deployment-sriov-clean.yaml -------------------------------------------------------------------------------- /content/networking/sr-iov/deployment-sriov-eno4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/sr-iov/deployment-sriov-eno4.md -------------------------------------------------------------------------------- /content/networking/sr-iov/deployment-sriov.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/sr-iov/deployment-sriov.yaml -------------------------------------------------------------------------------- /content/networking/sr-iov/sriov.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/sr-iov/sriov.md -------------------------------------------------------------------------------- /content/networking/udn/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/udn/index.md -------------------------------------------------------------------------------- /content/networking/udn/manifests/base/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/udn/manifests/base/kustomization.yaml -------------------------------------------------------------------------------- /content/networking/udn/manifests/base/namespace-p-udn.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/udn/manifests/base/namespace-p-udn.yaml -------------------------------------------------------------------------------- /content/networking/udn/manifests/components/agnhost/deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/udn/manifests/components/agnhost/deployment.yaml -------------------------------------------------------------------------------- /content/networking/udn/manifests/components/agnhost/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/udn/manifests/components/agnhost/kustomization.yaml -------------------------------------------------------------------------------- /content/networking/udn/manifests/components/agnhost/route.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/udn/manifests/components/agnhost/route.yaml -------------------------------------------------------------------------------- /content/networking/udn/manifests/components/agnhost/service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/udn/manifests/components/agnhost/service.yaml -------------------------------------------------------------------------------- /content/networking/udn/manifests/components/rhel-support-tools/deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/udn/manifests/components/rhel-support-tools/deployment.yaml -------------------------------------------------------------------------------- /content/networking/udn/manifests/components/rhel-support-tools/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/udn/manifests/components/rhel-support-tools/kustomization.yaml -------------------------------------------------------------------------------- /content/networking/udn/manifests/components/simple-http-server/deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/udn/manifests/components/simple-http-server/deployment.yaml -------------------------------------------------------------------------------- /content/networking/udn/manifests/components/simple-http-server/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/udn/manifests/components/simple-http-server/kustomization.yaml -------------------------------------------------------------------------------- /content/networking/udn/manifests/components/simple-http-server/route.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/udn/manifests/components/simple-http-server/route.yaml -------------------------------------------------------------------------------- /content/networking/udn/manifests/components/simple-http-server/service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/udn/manifests/components/simple-http-server/service.yaml -------------------------------------------------------------------------------- /content/networking/udn/manifests/components/simple-httpd-vm/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/udn/manifests/components/simple-httpd-vm/kustomization.yaml -------------------------------------------------------------------------------- /content/networking/udn/manifests/components/simple-httpd-vm/route.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/udn/manifests/components/simple-httpd-vm/route.yaml -------------------------------------------------------------------------------- /content/networking/udn/manifests/components/simple-httpd-vm/service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/udn/manifests/components/simple-httpd-vm/service.yaml -------------------------------------------------------------------------------- /content/networking/udn/manifests/components/simple-httpd-vm/virtualmachine.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/udn/manifests/components/simple-httpd-vm/virtualmachine.yaml -------------------------------------------------------------------------------- /content/networking/udn/manifests/overlays/tentant-1/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/udn/manifests/overlays/tentant-1/kustomization.yaml -------------------------------------------------------------------------------- /content/networking/udn/manifests/overlays/tentant-1/udn.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/udn/manifests/overlays/tentant-1/udn.yaml -------------------------------------------------------------------------------- /content/networking/udn/manifests/overlays/tentant-2/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/udn/manifests/overlays/tentant-2/kustomization.yaml -------------------------------------------------------------------------------- /content/networking/udn/manifests/overlays/tentant-2/udn.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/udn/manifests/overlays/tentant-2/udn.yaml -------------------------------------------------------------------------------- /content/networking/udn/manifests/overlays/tentant-3/cudn.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/udn/manifests/overlays/tentant-3/cudn.yaml -------------------------------------------------------------------------------- /content/networking/udn/manifests/overlays/tentant-3/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/udn/manifests/overlays/tentant-3/kustomization.yaml -------------------------------------------------------------------------------- /content/networking/udn/manifests/overlays/tentant-3/namespace-3/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/udn/manifests/overlays/tentant-3/namespace-3/kustomization.yaml -------------------------------------------------------------------------------- /content/networking/udn/manifests/overlays/tentant-3/namespace-4/kustomization.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/udn/manifests/overlays/tentant-3/namespace-4/kustomization.yaml -------------------------------------------------------------------------------- /content/networking/udn/overview.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/udn/overview.drawio -------------------------------------------------------------------------------- /content/networking/udn/podlist-with-p-udn.gotemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/udn/podlist-with-p-udn.gotemplate -------------------------------------------------------------------------------- /content/networking/udn/udn.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/networking/udn/udn.drawio -------------------------------------------------------------------------------- /content/openshift-examples.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/openshift-examples.png -------------------------------------------------------------------------------- /content/openshift-tv/2021-04-14-vpshere-ipi-disconnected.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/openshift-tv/2021-04-14-vpshere-ipi-disconnected.md -------------------------------------------------------------------------------- /content/openshift-tv/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/openshift-tv/index.md -------------------------------------------------------------------------------- /content/operators/air-gapped/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/operators/air-gapped/index.md -------------------------------------------------------------------------------- /content/operators/ansible-operator-demo/demo-magic.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/operators/ansible-operator-demo/demo-magic.sh -------------------------------------------------------------------------------- /content/operators/ansible-operator-demo/example-tasks.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/operators/ansible-operator-demo/example-tasks.yaml -------------------------------------------------------------------------------- /content/operators/ansible-operator-demo/run-demo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/operators/ansible-operator-demo/run-demo.sh -------------------------------------------------------------------------------- /content/operators/ansible-operator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/operators/ansible-operator.md -------------------------------------------------------------------------------- /content/operators/cluster-configurator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/operators/cluster-configurator.md -------------------------------------------------------------------------------- /content/operators/custom-ressource-definition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/operators/custom-ressource-definition.md -------------------------------------------------------------------------------- /content/operators/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/operators/index.md -------------------------------------------------------------------------------- /content/operators/install-operator-as-a-user.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/operators/install-operator-as-a-user.md -------------------------------------------------------------------------------- /content/operators/operatorhub.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/operators/operatorhub.md -------------------------------------------------------------------------------- /content/operators/screenshot-2020-02-20-at-10.42.27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/operators/screenshot-2020-02-20-at-10.42.27.png -------------------------------------------------------------------------------- /content/operators/screenshot-2020-02-20-at-10.53.41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/operators/screenshot-2020-02-20-at-10.53.41.png -------------------------------------------------------------------------------- /content/operators/simple-application-operator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/operators/simple-application-operator.md -------------------------------------------------------------------------------- /content/tags.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/tags.md -------------------------------------------------------------------------------- /content/troubleshooting/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/content/troubleshooting/index.md -------------------------------------------------------------------------------- /deploy/devel.value.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/deploy/devel.value.yaml -------------------------------------------------------------------------------- /deploy/main.value.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/deploy/main.value.yaml -------------------------------------------------------------------------------- /deploy/openshift-examples-simple/.helmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/deploy/openshift-examples-simple/.helmignore -------------------------------------------------------------------------------- /deploy/openshift-examples-simple/Chart.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/deploy/openshift-examples-simple/Chart.yaml -------------------------------------------------------------------------------- /deploy/openshift-examples-simple/templates/NOTES.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/deploy/openshift-examples-simple/templates/NOTES.txt -------------------------------------------------------------------------------- /deploy/openshift-examples-simple/templates/_helpers.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/deploy/openshift-examples-simple/templates/_helpers.tpl -------------------------------------------------------------------------------- /deploy/openshift-examples-simple/templates/certificate.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/deploy/openshift-examples-simple/templates/certificate.yaml -------------------------------------------------------------------------------- /deploy/openshift-examples-simple/templates/deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/deploy/openshift-examples-simple/templates/deployment.yaml -------------------------------------------------------------------------------- /deploy/openshift-examples-simple/templates/imagestream.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/deploy/openshift-examples-simple/templates/imagestream.yaml -------------------------------------------------------------------------------- /deploy/openshift-examples-simple/templates/ingress.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/deploy/openshift-examples-simple/templates/ingress.yaml -------------------------------------------------------------------------------- /deploy/openshift-examples-simple/templates/route.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/deploy/openshift-examples-simple/templates/route.yaml -------------------------------------------------------------------------------- /deploy/openshift-examples-simple/templates/service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/deploy/openshift-examples-simple/templates/service.yaml -------------------------------------------------------------------------------- /deploy/openshift-examples-simple/templates/serviceaccount.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/deploy/openshift-examples-simple/templates/serviceaccount.yaml -------------------------------------------------------------------------------- /deploy/openshift-examples-simple/templates/tests/test-connection.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/deploy/openshift-examples-simple/templates/tests/test-connection.yaml -------------------------------------------------------------------------------- /deploy/openshift-examples-simple/values.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/deploy/openshift-examples-simple/values.yaml -------------------------------------------------------------------------------- /helper/run-pre-commit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/helper/run-pre-commit.sh -------------------------------------------------------------------------------- /hooks/sha256_filter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/hooks/sha256_filter.py -------------------------------------------------------------------------------- /mkdocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/mkdocs.yml -------------------------------------------------------------------------------- /new-page-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/new-page-template.md -------------------------------------------------------------------------------- /nginx-cfg/listen-8081-stub-status.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/nginx-cfg/listen-8081-stub-status.conf -------------------------------------------------------------------------------- /overrides/.icons/redhat/Technology_icon-Red_Hat-OpenShift_Virtualization-Standard-RGB.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/overrides/.icons/redhat/Technology_icon-Red_Hat-OpenShift_Virtualization-Standard-RGB.svg -------------------------------------------------------------------------------- /overrides/.icons/upstream/KubeVirt_icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/overrides/.icons/upstream/KubeVirt_icon.svg -------------------------------------------------------------------------------- /overrides/assets/stylesheets/powered-by.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/overrides/assets/stylesheets/powered-by.css -------------------------------------------------------------------------------- /overrides/partials/footer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/overrides/partials/footer.html -------------------------------------------------------------------------------- /overrides/partials/source-file.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/overrides/partials/source-file.html -------------------------------------------------------------------------------- /overrides/partials/toc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/overrides/partials/toc.html -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/requirements.txt -------------------------------------------------------------------------------- /run-local-pre-commit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/run-local-pre-commit.sh -------------------------------------------------------------------------------- /run-local.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/run-local.sh -------------------------------------------------------------------------------- /start-mkdocs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift-examples/web/HEAD/start-mkdocs.sh --------------------------------------------------------------------------------