Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow custom downstream k8s version for workflows #41

Merged
merged 2 commits into from
Feb 5, 2024

Conversation

valaparthvi
Copy link
Collaborator

@valaparthvi valaparthvi commented Jan 22, 2024

What does this PR do?

This PR adds an input to pass custom downstream k8s version.

Which issue(s) this PR fixes (optional, in fixes #(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):

Fixes #27

Checklist:

Special notes for your reviewer:

GKE:

  Running command: gcloud [container clusters create auto-gkehostcluster-fysfb --project *** --zone asia-south2-c --cluster-version 1.28.5-gke.1217000 --labels owner=hosted-providers-qa-ci-gh-runner,testfilenumber=line48_gke-p0-p0_importing_test --network default --release-channel None --machine-type n2-standard-2 --disk-size 100 --num-nodes 1 --no-enable-cloud-logging --no-enable-cloud-monitoring --no-enable-master-authorized-networks]
  Created GKE cluster:  auto-gkehostcluster-fysfb

EKS:

 Captured StdOut/StdErr Output >>
  Creating EKS cluster ...
  Running command: eksctl [create cluster --region=*** --name=auto-ekshostcluster-ovduu --version=1.28 --nodegroup-name ranchernodes --nodes 1 --managed --tags owner=hosted-providers-qa-ci-gh-runner,testfilenumber=line50_eks-p0-p0_importing_test]
  Created EKS cluster:  auto-ekshostcluster-ovduu

AKS:

  Creating AKS resource group ...
  Running command: az [group create --location centralindia --resource-group auto-akshostcluster-zfriy]
  Creating AKS cluster ...
  Running command: az [aks create --resource-group auto-akshostcluster-zfriy --generate-ssh-keys --kubernetes-version 1.28.0 --enable-managed-identity --name auto-akshostcluster-zfriy --node-count 1 --tags "owner=hosted-providers-qa-ci-gh-runner" "testfilenumber=line123_aks-p0-p0_importing_test" ]
  Created AKS cluster:  auto-akshostcluster-zfriy

Blocked until #39 is merged.

@valaparthvi valaparthvi force-pushed the custom-downstream-k8s branch from a8ae24f to 62bfcc5 Compare January 22, 2024 17:47
@valaparthvi valaparthvi requested a review from cpinjani January 23, 2024 07:37
@valaparthvi valaparthvi force-pushed the custom-downstream-k8s branch 3 times, most recently from c9d8544 to 24ee639 Compare January 24, 2024 06:48
@valaparthvi valaparthvi force-pushed the custom-downstream-k8s branch from 24ee639 to b0099c9 Compare February 1, 2024 09:33
@valaparthvi valaparthvi force-pushed the custom-downstream-k8s branch from b0099c9 to cd73dbe Compare February 1, 2024 11:12
@valaparthvi valaparthvi requested a review from cpinjani February 2, 2024 08:27
@valaparthvi valaparthvi merged commit 76d6190 into main Feb 5, 2024
3 checks passed
@valaparthvi valaparthvi deleted the custom-downstream-k8s branch February 5, 2024 06:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ability to provide a downstream k8s version in the github action workflow
2 participants