forked from lalyos/k8s-workshop
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmotd
22 lines (22 loc) · 911 Bytes
/
motd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
################################################################################
# Welcome to the k8s workshop
#
# workshop files are available in: $HOME/workshop
# available tools: curl, tmux, vim, git, jq, bash_completion, dig
# if you are unfamiliar with vi, use micro (https://github.com/zyedidia/micro)
#
# NodePort type services are availabe on $EXTERNAL ip
# You can use ssh to connect. Run the function: ssh-pubkey.
#
# helper functions:
# common-env - imports common env variables set by presenter
# ssh-pubkey - sets up ssh access to this session
# motd - Message Of The Day (displays this help text)
# svc - lists clickable NodePort services and Ingress urls
# k - Alias for kubectl with bash autocompletion
# prompt - switch on/off fancy prompt
#
# start with:
# kubectl config get-contexts
# k get no
################################################################################