Skip to content

Commit e63feee

Browse files
committed
deploy: b993283
1 parent 3696b5c commit e63feee

File tree

241 files changed

+729
-1449
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

241 files changed

+729
-1449
lines changed

blog/2021-12-31-medical-diagnosis/index.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,8 +1096,7 @@
10961096
RHODS=https://$(oc get route -n redhat-ods-applications -o jsonpath='{.spec.host}') echo \${RHODS} You can also get to the dashboard from the OpenShift Console by selecting the application shortcut icon and then selecting the link for Red Hat OpenShift Ai
10971097
Log in to the Dashboard using your OpenShift credentials. You will find an environment that is ready for further configuration. This pattern provides the fundamental platform pieces to support MLOps workflows. The installation of OpenShift Pipelines enables the immediate use of pipelines if that is the desired approach for deployment.
10981098
`,url:"https://validatedpatterns.io/patterns/openshift-ai/getting-started/",breadcrumb:"/patterns/openshift-ai/getting-started/"},"https://validatedpatterns.io/patterns/rag-llm-gitops/getting-started/":{title:"Getting Started",tags:[],content:`Prerequisites Podman is installed on your system. You have the OpenShift Container Platform installation program and the pull secret for your cluster. You can get these from Install OpenShift on AWS with installer-provisioned infrastructure. Red Hat Openshift cluster running in AWS. Procedure Create the installation configuration file using the steps described in Creating the installation configuration file.
1099-
Note:
1100-
Supported regions are us-west-2 and us-east-1. For more information about installing on AWS see, Installation methods.
1099+
Note: Supported regions are us-east-1 us-east-2 us-west-1 us-west-2 ca-central-1 sa-east-1 eu-west-1 eu-west-2 eu-west-3 eu-central-1 eu-north-1 ap-northeast-1 ap-northeast-2 ap-northeast-3 ap-southeast-1 ap-southeast-2 and ap-south-1. For more information about installing on AWS see, Installation methods.
11011100
Customize the generated install-config.yaml creating one control plane node with instance type m5a.2xlarge and 3 worker nodes with instance type p3.2xlarge. A sample YAML file is shown here:
11021101
additionalTrustBundlePolicy: Proxyonly apiVersion: v1 baseDomain: aws.validatedpatterns.io compute: - architecture: amd64 hyperthreading: Enabled name: worker platform: aws: type: p3.2xlarge replicas: 3 controlPlane: architecture: amd64 hyperthreading: Enabled name: master platform: aws: type: m5a.2xlarge replicas: 1 metadata: creationTimestamp: null name: kevstestcluster networking: clusterNetwork: - cidr: 10.128.0.0/14 hostPrefix: 23 machineNetwork: - cidr: 10.0.0.0/16 networkType: OVNKubernetes serviceNetwork: - 172.30.0.0/16 platform: aws: region: us-east-1 publish: External pullSecret: '<pull-secret>' sshKey: | ssh-ed25519 <public-key> someuser@redhat.com Fork the rag-llm-gitops git repository.
11031102
Clone the forked repository by running the following command:
@@ -1111,12 +1110,10 @@
11111110
Run the following command to push my-test-branch (including any changes) to the origin remote repository:
11121111
$ git push origin my-test-branch Ensure you have logged in to the cluster at both command line and the console by using the login credentials presented to you when you installed the cluster. For example:
11131112
INFO Install complete! INFO Run 'export KUBECONFIG=<your working directory>/auth/kubeconfig' to manage the cluster with 'oc', the OpenShift CLI. INFO The cluster is ready when 'oc login -u kubeadmin -p <provided>' succeeds (wait a few minutes). INFO Access the OpenShift web-console here: https://console-openshift-console.apps.demo1.openshift4-beta-abcorp.com INFO Login to the console with user: kubeadmin, password: <provided> Add GPU nodes to your existing cluster deployment by running the following command:
1114-
$ ./pattern.sh make create-gpu-machineset Note:
1115-
You may need to create a file config in your home directory and populate it with the region name.
1113+
$ ./pattern.sh make create-gpu-machineset Note: You may need to create a file config in your home directory and populate it with the region name.
11161114
Run the following: vi ~/.aws/config Add the following: [default] region = us-east-1 Adding the GPU nodes should take about 5-10 minutes. You can verify the addition of these g5.2xlarge nodes in the OpenShift web console under Compute > Nodes.
11171115
Install the pattern with the demo application by running the following command:
1118-
$ ./pattern.sh make install Note:
1119-
This deploys everything you need to run the demo application including the Nividia GPU Operator and the Node Feature Discovery Operator used to determine your GPU nodes.
1116+
$ ./pattern.sh make install Note: This deploys everything you need to run the demo application including the Nividia GPU Operator and the Node Feature Discovery Operator used to determine your GPU nodes.
11201117
Verify the Installation In the OpenShift web console go to the Workloads > Pods menu.
11211118
Select the rag-llm project from the drop down.
11221119
Following pods should be up and running.

blog/2022-03-23-acm-mustonlyhave/index.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,8 +1166,7 @@
11661166
RHODS=https://$(oc get route -n redhat-ods-applications -o jsonpath='{.spec.host}') echo \${RHODS} You can also get to the dashboard from the OpenShift Console by selecting the application shortcut icon and then selecting the link for Red Hat OpenShift Ai
11671167
Log in to the Dashboard using your OpenShift credentials. You will find an environment that is ready for further configuration. This pattern provides the fundamental platform pieces to support MLOps workflows. The installation of OpenShift Pipelines enables the immediate use of pipelines if that is the desired approach for deployment.
11681168
`,url:"https://validatedpatterns.io/patterns/openshift-ai/getting-started/",breadcrumb:"/patterns/openshift-ai/getting-started/"},"https://validatedpatterns.io/patterns/rag-llm-gitops/getting-started/":{title:"Getting Started",tags:[],content:`Prerequisites Podman is installed on your system. You have the OpenShift Container Platform installation program and the pull secret for your cluster. You can get these from Install OpenShift on AWS with installer-provisioned infrastructure. Red Hat Openshift cluster running in AWS. Procedure Create the installation configuration file using the steps described in Creating the installation configuration file.
1169-
Note:
1170-
Supported regions are us-west-2 and us-east-1. For more information about installing on AWS see, Installation methods.
1169+
Note: Supported regions are us-east-1 us-east-2 us-west-1 us-west-2 ca-central-1 sa-east-1 eu-west-1 eu-west-2 eu-west-3 eu-central-1 eu-north-1 ap-northeast-1 ap-northeast-2 ap-northeast-3 ap-southeast-1 ap-southeast-2 and ap-south-1. For more information about installing on AWS see, Installation methods.
11711170
Customize the generated install-config.yaml creating one control plane node with instance type m5a.2xlarge and 3 worker nodes with instance type p3.2xlarge. A sample YAML file is shown here:
11721171
additionalTrustBundlePolicy: Proxyonly apiVersion: v1 baseDomain: aws.validatedpatterns.io compute: - architecture: amd64 hyperthreading: Enabled name: worker platform: aws: type: p3.2xlarge replicas: 3 controlPlane: architecture: amd64 hyperthreading: Enabled name: master platform: aws: type: m5a.2xlarge replicas: 1 metadata: creationTimestamp: null name: kevstestcluster networking: clusterNetwork: - cidr: 10.128.0.0/14 hostPrefix: 23 machineNetwork: - cidr: 10.0.0.0/16 networkType: OVNKubernetes serviceNetwork: - 172.30.0.0/16 platform: aws: region: us-east-1 publish: External pullSecret: '<pull-secret>' sshKey: | ssh-ed25519 <public-key> someuser@redhat.com Fork the rag-llm-gitops git repository.
11731172
Clone the forked repository by running the following command:
@@ -1181,12 +1180,10 @@
11811180
Run the following command to push my-test-branch (including any changes) to the origin remote repository:
11821181
$ git push origin my-test-branch Ensure you have logged in to the cluster at both command line and the console by using the login credentials presented to you when you installed the cluster. For example:
11831182
INFO Install complete! INFO Run 'export KUBECONFIG=<your working directory>/auth/kubeconfig' to manage the cluster with 'oc', the OpenShift CLI. INFO The cluster is ready when 'oc login -u kubeadmin -p <provided>' succeeds (wait a few minutes). INFO Access the OpenShift web-console here: https://console-openshift-console.apps.demo1.openshift4-beta-abcorp.com INFO Login to the console with user: kubeadmin, password: <provided> Add GPU nodes to your existing cluster deployment by running the following command:
1184-
$ ./pattern.sh make create-gpu-machineset Note:
1185-
You may need to create a file config in your home directory and populate it with the region name.
1183+
$ ./pattern.sh make create-gpu-machineset Note: You may need to create a file config in your home directory and populate it with the region name.
11861184
Run the following: vi ~/.aws/config Add the following: [default] region = us-east-1 Adding the GPU nodes should take about 5-10 minutes. You can verify the addition of these g5.2xlarge nodes in the OpenShift web console under Compute > Nodes.
11871185
Install the pattern with the demo application by running the following command:
1188-
$ ./pattern.sh make install Note:
1189-
This deploys everything you need to run the demo application including the Nividia GPU Operator and the Node Feature Discovery Operator used to determine your GPU nodes.
1186+
$ ./pattern.sh make install Note: This deploys everything you need to run the demo application including the Nividia GPU Operator and the Node Feature Discovery Operator used to determine your GPU nodes.
11901187
Verify the Installation In the OpenShift web console go to the Workloads > Pods menu.
11911188
Select the rag-llm project from the drop down.
11921189
Following pods should be up and running.

blog/2022-03-30-multicloud-gitops/index.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,8 +1090,7 @@
10901090
RHODS=https://$(oc get route -n redhat-ods-applications -o jsonpath='{.spec.host}') echo \${RHODS} You can also get to the dashboard from the OpenShift Console by selecting the application shortcut icon and then selecting the link for Red Hat OpenShift Ai
10911091
Log in to the Dashboard using your OpenShift credentials. You will find an environment that is ready for further configuration. This pattern provides the fundamental platform pieces to support MLOps workflows. The installation of OpenShift Pipelines enables the immediate use of pipelines if that is the desired approach for deployment.
10921092
`,url:"https://validatedpatterns.io/patterns/openshift-ai/getting-started/",breadcrumb:"/patterns/openshift-ai/getting-started/"},"https://validatedpatterns.io/patterns/rag-llm-gitops/getting-started/":{title:"Getting Started",tags:[],content:`Prerequisites Podman is installed on your system. You have the OpenShift Container Platform installation program and the pull secret for your cluster. You can get these from Install OpenShift on AWS with installer-provisioned infrastructure. Red Hat Openshift cluster running in AWS. Procedure Create the installation configuration file using the steps described in Creating the installation configuration file.
1093-
Note:
1094-
Supported regions are us-west-2 and us-east-1. For more information about installing on AWS see, Installation methods.
1093+
Note: Supported regions are us-east-1 us-east-2 us-west-1 us-west-2 ca-central-1 sa-east-1 eu-west-1 eu-west-2 eu-west-3 eu-central-1 eu-north-1 ap-northeast-1 ap-northeast-2 ap-northeast-3 ap-southeast-1 ap-southeast-2 and ap-south-1. For more information about installing on AWS see, Installation methods.
10951094
Customize the generated install-config.yaml creating one control plane node with instance type m5a.2xlarge and 3 worker nodes with instance type p3.2xlarge. A sample YAML file is shown here:
10961095
additionalTrustBundlePolicy: Proxyonly apiVersion: v1 baseDomain: aws.validatedpatterns.io compute: - architecture: amd64 hyperthreading: Enabled name: worker platform: aws: type: p3.2xlarge replicas: 3 controlPlane: architecture: amd64 hyperthreading: Enabled name: master platform: aws: type: m5a.2xlarge replicas: 1 metadata: creationTimestamp: null name: kevstestcluster networking: clusterNetwork: - cidr: 10.128.0.0/14 hostPrefix: 23 machineNetwork: - cidr: 10.0.0.0/16 networkType: OVNKubernetes serviceNetwork: - 172.30.0.0/16 platform: aws: region: us-east-1 publish: External pullSecret: '<pull-secret>' sshKey: | ssh-ed25519 <public-key> someuser@redhat.com Fork the rag-llm-gitops git repository.
10971096
Clone the forked repository by running the following command:
@@ -1105,12 +1104,10 @@
11051104
Run the following command to push my-test-branch (including any changes) to the origin remote repository:
11061105
$ git push origin my-test-branch Ensure you have logged in to the cluster at both command line and the console by using the login credentials presented to you when you installed the cluster. For example:
11071106
INFO Install complete! INFO Run 'export KUBECONFIG=<your working directory>/auth/kubeconfig' to manage the cluster with 'oc', the OpenShift CLI. INFO The cluster is ready when 'oc login -u kubeadmin -p <provided>' succeeds (wait a few minutes). INFO Access the OpenShift web-console here: https://console-openshift-console.apps.demo1.openshift4-beta-abcorp.com INFO Login to the console with user: kubeadmin, password: <provided> Add GPU nodes to your existing cluster deployment by running the following command:
1108-
$ ./pattern.sh make create-gpu-machineset Note:
1109-
You may need to create a file config in your home directory and populate it with the region name.
1107+
$ ./pattern.sh make create-gpu-machineset Note: You may need to create a file config in your home directory and populate it with the region name.
11101108
Run the following: vi ~/.aws/config Add the following: [default] region = us-east-1 Adding the GPU nodes should take about 5-10 minutes. You can verify the addition of these g5.2xlarge nodes in the OpenShift web console under Compute > Nodes.
11111109
Install the pattern with the demo application by running the following command:
1112-
$ ./pattern.sh make install Note:
1113-
This deploys everything you need to run the demo application including the Nividia GPU Operator and the Node Feature Discovery Operator used to determine your GPU nodes.
1110+
$ ./pattern.sh make install Note: This deploys everything you need to run the demo application including the Nividia GPU Operator and the Node Feature Discovery Operator used to determine your GPU nodes.
11141111
Verify the Installation In the OpenShift web console go to the Workloads > Pods menu.
11151112
Select the rag-llm project from the drop down.
11161113
Following pods should be up and running.

blog/2022-06-30-ansible-edge-gitops/index.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,8 +1089,7 @@
10891089
RHODS=https://$(oc get route -n redhat-ods-applications -o jsonpath='{.spec.host}') echo \${RHODS} You can also get to the dashboard from the OpenShift Console by selecting the application shortcut icon and then selecting the link for Red Hat OpenShift Ai
10901090
Log in to the Dashboard using your OpenShift credentials. You will find an environment that is ready for further configuration. This pattern provides the fundamental platform pieces to support MLOps workflows. The installation of OpenShift Pipelines enables the immediate use of pipelines if that is the desired approach for deployment.
10911091
`,url:"https://validatedpatterns.io/patterns/openshift-ai/getting-started/",breadcrumb:"/patterns/openshift-ai/getting-started/"},"https://validatedpatterns.io/patterns/rag-llm-gitops/getting-started/":{title:"Getting Started",tags:[],content:`Prerequisites Podman is installed on your system. You have the OpenShift Container Platform installation program and the pull secret for your cluster. You can get these from Install OpenShift on AWS with installer-provisioned infrastructure. Red Hat Openshift cluster running in AWS. Procedure Create the installation configuration file using the steps described in Creating the installation configuration file.
1092-
Note:
1093-
Supported regions are us-west-2 and us-east-1. For more information about installing on AWS see, Installation methods.
1092+
Note: Supported regions are us-east-1 us-east-2 us-west-1 us-west-2 ca-central-1 sa-east-1 eu-west-1 eu-west-2 eu-west-3 eu-central-1 eu-north-1 ap-northeast-1 ap-northeast-2 ap-northeast-3 ap-southeast-1 ap-southeast-2 and ap-south-1. For more information about installing on AWS see, Installation methods.
10941093
Customize the generated install-config.yaml creating one control plane node with instance type m5a.2xlarge and 3 worker nodes with instance type p3.2xlarge. A sample YAML file is shown here:
10951094
additionalTrustBundlePolicy: Proxyonly apiVersion: v1 baseDomain: aws.validatedpatterns.io compute: - architecture: amd64 hyperthreading: Enabled name: worker platform: aws: type: p3.2xlarge replicas: 3 controlPlane: architecture: amd64 hyperthreading: Enabled name: master platform: aws: type: m5a.2xlarge replicas: 1 metadata: creationTimestamp: null name: kevstestcluster networking: clusterNetwork: - cidr: 10.128.0.0/14 hostPrefix: 23 machineNetwork: - cidr: 10.0.0.0/16 networkType: OVNKubernetes serviceNetwork: - 172.30.0.0/16 platform: aws: region: us-east-1 publish: External pullSecret: '<pull-secret>' sshKey: | ssh-ed25519 <public-key> someuser@redhat.com Fork the rag-llm-gitops git repository.
10961095
Clone the forked repository by running the following command:
@@ -1104,12 +1103,10 @@
11041103
Run the following command to push my-test-branch (including any changes) to the origin remote repository:
11051104
$ git push origin my-test-branch Ensure you have logged in to the cluster at both command line and the console by using the login credentials presented to you when you installed the cluster. For example:
11061105
INFO Install complete! INFO Run 'export KUBECONFIG=<your working directory>/auth/kubeconfig' to manage the cluster with 'oc', the OpenShift CLI. INFO The cluster is ready when 'oc login -u kubeadmin -p <provided>' succeeds (wait a few minutes). INFO Access the OpenShift web-console here: https://console-openshift-console.apps.demo1.openshift4-beta-abcorp.com INFO Login to the console with user: kubeadmin, password: <provided> Add GPU nodes to your existing cluster deployment by running the following command:
1107-
$ ./pattern.sh make create-gpu-machineset Note:
1108-
You may need to create a file config in your home directory and populate it with the region name.
1106+
$ ./pattern.sh make create-gpu-machineset Note: You may need to create a file config in your home directory and populate it with the region name.
11091107
Run the following: vi ~/.aws/config Add the following: [default] region = us-east-1 Adding the GPU nodes should take about 5-10 minutes. You can verify the addition of these g5.2xlarge nodes in the OpenShift web console under Compute > Nodes.
11101108
Install the pattern with the demo application by running the following command:
1111-
$ ./pattern.sh make install Note:
1112-
This deploys everything you need to run the demo application including the Nividia GPU Operator and the Node Feature Discovery Operator used to determine your GPU nodes.
1109+
$ ./pattern.sh make install Note: This deploys everything you need to run the demo application including the Nividia GPU Operator and the Node Feature Discovery Operator used to determine your GPU nodes.
11131110
Verify the Installation In the OpenShift web console go to the Workloads > Pods menu.
11141111
Select the rag-llm project from the drop down.
11151112
Following pods should be up and running.

0 commit comments

Comments
 (0)