- Have minikube running
Log in to the Minikube VM and become root:
minikube ssh
sudo su - root
https://web.tresorit.com/r#Jb4D-wPUhi9dV_GBB2dqsg |
kind: Job | |
apiVersion: batch/v1 | |
metadata: | |
name: outflux | |
spec: | |
parallelism: 1 | |
completions: 1 | |
template: | |
metadata: | |
labels: |
// Copyright 2021 Red Hat Inc. | |
// | |
// Licensed under the Apache License, Version 2.0 (the "License"); | |
// you may not use this file except in compliance with the License. | |
// You may obtain a copy of the License at | |
// | |
// http://www.apache.org/licenses/LICENSE-2.0 | |
// | |
// Unless required by applicable law or agreed to in writing, software | |
// distributed under the License is distributed on an "AS IS" BASIS, |
--- | |
apiVersion: v1 | |
kind: ServiceAccount | |
metadata: | |
name: cleaner | |
--- | |
kind: Role | |
apiVersion: rbac.authorization.k8s.io/v1 | |
metadata: | |
name: cleaner |
I hereby claim:
To claim this, I am signing this object:
#cloud-config | |
growpart: | |
mode: off | |
runcmd: | |
- [ bash, "-c", "echo -e 'BOOTPROTO=static\nONBOOT=yes\nDEVICE=eth0:1\nTYPE=Ethernet\nIPADDR=94.130.191.121\nNETMASK=255.255.255.255' > /etc/sysconfig/network-scripts/ifcfg-eth0\\:1" ] | |
- [ ifup, "eth0:1" ] | |
- [ parted, "/dev/sda", mkpart, primary, ext2, "50GB", "100%" ] | |
- [ parted, "/dev/sda", set, "2", lvm, on ] |
#cloud-config | |
# we need to disable the initial call to "growpart" as otherwise the first partition would consume | |
# all space on the dist | |
# | |
# The final disk layout is: | |
# #0 0 - 10GB - ext4 on / | |
# #1 10GB - 100% - lvm | |
# | |
# The reason for this approach is that when using CentOS on Hetzner you cannot use |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Pure Test</title> | |
<link rel="stylesheet" href="pure/0.5.0/pure-min.css" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<style type="text/css"> |