Skip to content

Commit

Permalink
feat: adding 4gb backends
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr <piotrzan@gmail.com>
  • Loading branch information
Piotr1215 committed May 29, 2024
1 parent ff72d30 commit 4048b51
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions killercoda_cli/scenario_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,11 @@
import os
import inquirer

# Define environment and backend options
environments = {
"ubuntu": "Ubuntu 20.04 with Docker and Podman",
"ubuntu-4GB": "Ubuntu 20.04 with Docker and Podman, 4GB environment",
"kubernetes-kubeadm-1node": "Kubeadm cluster with one control plane, taint removed, ready to schedule workload, 2GB environment",
"kubernetes-kubeadm-1node-4GB": "Kubeadm cluster with one control plane, taint removed, ready to schedule workload, 4GB environment",
"kubernetes-kubeadm-2nodes": "Kubeadm cluster with one control plane and one node, ready to schedule workload, 4GB environment"
}

backends = {
"kubernetes-kubeadm-1node": "Kubernetes kubeadm 1 node",
"kubernetes-kubeadm-2nodes": "Kubernetes kubeadm 2 nodes",
"kubernetes-kubeadm-1node-4GB": "Kubeadm cluster with one control plane, taint removed, ready to schedule workload, 4GB environment",
"ubuntu-4GB": "Ubuntu 20.04 with Docker and Podman, 4GB environment",
"ubuntu": "Ubuntu 20.04"
}

Expand Down

0 comments on commit 4048b51

Please sign in to comment.