Install gcloud cli

This commit is contained in:
Gerald Pinder
2024-08-26 19:13:04 -04:00
parent 942ee59bdf
commit a278d42499
4 changed files with 20 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
[google-cloud-cli]
name=Google Cloud CLI
baseurl=https://packages.cloud.google.com/yum/repos/cloud-sdk-el9-x86_64
enabled=1
gpgcheck=1
repo_gpgcheck=0
gpgkey=https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg

View File

@@ -0,0 +1,6 @@
[kubernetes]
name=Kubernetes
baseurl=https://pkgs.k8s.io/core:/stable:/v1.29/rpm/
enabled=1
gpgcheck=1
gpgkey=https://pkgs.k8s.io/core:/stable:/v1.29/rpm/repodata/repomd.xml.key

View File

@@ -1,8 +1,11 @@
modules: modules:
- from-file: common/docker-engine.yml - from-file: common/docker-engine.yml
- type: script - type: files
scripts: files:
- setup-kubectl.sh - source: gcloud
destination: /
- source: kubectl
destination: /
- type: rpm-ostree - type: rpm-ostree
repos: repos:
- https://pkg.earthly.dev/earthly.repo - https://pkg.earthly.dev/earthly.repo
@@ -25,6 +28,7 @@ modules:
- gh - gh
- go - go
- git-lfs - git-lfs
- google-cloud-cli
- type: script - type: script
scripts: scripts:
- install-mkcert.sh - install-mkcert.sh

View File

@@ -6,8 +6,3 @@ modules:
- type: rpm-ostree - type: rpm-ostree
install: install:
- https://github.com/ebkr/r2modmanPlus/releases/download/v3.1.49/r2modman-3.1.49.x86_64.rpm - https://github.com/ebkr/r2modmanPlus/releases/download/v3.1.49/r2modman-3.1.49.x86_64.rpm
# - type: r2modman
# version: 3.1.49
# - type: script
# scripts:
# - install-gamescope-plus.sh