- Spin up Ubuntu 24.04 VM and install Docker following the instructions at https://gist.github.com/arun-gupta/7e9f080feff664fbab878b26d13d83d7
- Pull the Docker image:
sudo docker pull opea/codegen:latest
- On https://console.cloud.google.com/kubernetes, click on
Create
on top left, chooseStandard
,Use Setup Guide
,My first cluster
,CUSTOMIZE
- Name:
opea-demo
c3-standard-8
(8 vCPU, 30 GB memory)- Boot disk:
500 GB
- Change the number of nodes to
1
- Click on
CREATE
- https://portal.azure.com/
- Name:
opea-demo
- Region:
(US) West US 2
- Availability zone:
Zone 2
- https://console.cloud.google.com/
c3-standard-8
- Change boot disk to
500 GB
- Ubuntu 24.04 LTS
- https://www.oracle.com/cloud/sign-in.html - use account name
andreacarbajal
- Sign in with
OracleIdentityCloudService
- Use the email address and password to login
- Use Oracle Authenticator to confirm
- Create EKS cluster as explained at https://www.eksworkshop.com/docs/introduction/setup/your-account/ using VSCode option.
m7i.4xlarge
andm5.4xlarge
is causing this issue. Use this command instead to create the cluster:
This will create a three-node EKS cluster usingexport EKS_CLUSTER_NAME=eks-workshop #curl -fsSL https://raw.githubusercontent.com/aws-samples/eks-workshop-v2/stable/cluster/eksctl/cluster.yaml | sed -e 's/m5.large/m7i.4xlarge/g' -e 's/: 3/: 1/g' | \ curl -fsSL https://raw.githubusercontent.com/aws-samples/eks-workshop-v2/stable/cluster/eksctl/cluster.yaml | sed -e 's/m5.large/m5.4xlarge/g' | \ envsubst | eksctl create cluster -f -
m5.4xlarge
instead of the defaultm5.large
instance type. Here is the final output:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://teams.microsoft.com/l/meetup-join/19:meeting_ZWQ5NWY3ZjgtNGY4NS00MTg0LThmZmYtMjY2ZDU5OTkwZmUx@thread.v2/0?context=%7B%22Tid%22:%220f9e35db-544f-4f60-bdcc-5ea416e6dc70%22,%22Oid%22:%22d4362d76-0393-4c11-8e67-c5d1d25cb3bc%22%7D |
NewerOlder