Knative Quickstart with microk8s
参考にした情報
- https://ubuntu.com/blog/getting-started-with-knative-1
- https://knative.dev/docs/getting-started/first-service/#knative-service-hello-world
以下の手順は全てamd64なUbuntu Serverで実行することを前提にしている。
参考にした情報
以下の手順は全てamd64なUbuntu Serverで実行することを前提にしている。
以下の手順は全てamd64なUbuntu Serverで実行することを前提にしている。 ほぼ参考サイトままだが、Knative 1.3.0ベースに書き換えている。
# firewall-cmd --permanent --add-port=6443/tcp | |
# firewall-cmd --permanent --add-port=2379-2380/tcp | |
# firewall-cmd --permanent --add-port=10248-10252/tcp | |
# firewall-cmd --permanent --add-port=10255/tcp | |
# firewall-cmd --permanent --add-port=8472/udp | |
# firewall-cmd --add-masquerade --permanent | |
# firewall-cmd --permanent --add-port=30000-32767/tcp | |
# systemctl restart firewalld |
## /etc/sysconfig/kubelet を以下の設定で次のバージョンのK8sが稼働するのを確認: 1.14.9, 1.17.3, 1.18.3 | |
## CRI-Oの設定でcgroup_managerをsystemdにすること | |
# | |
KUBELET_EXTRA_ARGS="--fail-swap-on=false --cgroup-driver=systemd" | |
KUBELET_CRIO_ARGS="--container-runtime=remote --container-runtime-endpoint=unix:///var/run/crio/crio.sock --runtime-request-timeout=10m" |
#2Node Minimai OpenStack | |
#OpenStack Base rev.59+ | |
#Deploy successful: Using Juju 2.6.3 and MAAS 2.5.3 | |
#Update Note: Change the settings,l2-population=no | |
machines: | |
'0': | |
constraints: "tags=bay11" | |
'1': | |
constraints: "tags=bay12" |
documentclass: ltjsarticle title: OpenStack Neutronネットワーク作成 date: 0.9.2 (2019/11/06) author: 日本仮想化技術株式会社 toc: yes output: pdf_document: latex_engine: lualatex keep_tex: true
#2Node Minimai OpenStack | |
#OpenStack Base rev.59+ | |
#Deploy successful: Using Juju 2.6.3 and MAAS 2.5.3 | |
#Update Note: Change the settings,l2-population=no | |
machines: | |
'0': | |
constraints: "tags=bay11" | |
'1': | |
constraints: "tags=bay12" |
series: bionic | |
applications: | |
ntp: | |
charm: 'cs:ntp-36' | |
series: bionic | |
annotations: | |
gui-x: '1000' | |
gui-y: '0' | |
rabbitmq-server: | |
charm: 'cs:rabbitmq-server-97' |