Skip to content
This repository was archived by the owner on Jan 17, 2024. It is now read-only.

flatcar-archive/nomad-on-flatcar

Folders and files

NameName
Last commit message
Last commit date
Jan 12, 2022
Jan 12, 2022
Feb 4, 2022
Feb 17, 2022
Feb 4, 2022
Jul 24, 2023
Feb 4, 2022
Feb 14, 2022
Feb 4, 2022
Feb 14, 2022
Feb 14, 2022
Feb 14, 2022
Feb 4, 2022
Feb 14, 2022

Repository files navigation

CLC configs to deploy Nomad on Flatcar

Based on https://github.com/travier/fedora-coreos-nomad.

Generate

# generate ignition files

export RESOURCE_GROUP=resource-group-name
export DATACENTER=datacenter-name
export BOOTSTRAP_IP=10.0.0.4
export SSH_PUBKEY="ssh-rsa AAAAB3 ..."
make

# log in to azure
az login

# deploy on azure
make deploy