-
Install Flux CLI and Kind:
$ brew reinstall flux kind $ kind --version kind version 0.10.0 $ flux --version flux version 0.9.1
| #!/bin/bash | |
| ## @file | |
| ## Shows CLI diff between two plist files. | |
| ## | |
| ## Normally, Mac plist files are binary, so diffs do not display. However, | |
| ## there are cases where seeing diffs is important. For example, when tracking | |
| ## changes via Mackup's git storage option. | |
| ## | |
| ## Note this option allows seeing plist diffs without fully installing Xcode |
Keybase is a cryptographically secure, popular tool to verify identities, and provide secure groups, files and chats.
We are using keybase filesystem (KBFS) for securely sharing encrypted files (containing keys, passwords, etc). This announcement explains the high-level, this documentation page goes into further detail, and the KBFS Crypto Spec explains how their cryptography works (see the link to Saltpack, which is used for the encryption format).
Team file sharing directories are mounted to /Volumes/Keybase/team/TEAM.NAME. For example, the helm_project file sharing would be mounted to /Volumes/Keybase/team/helm_project (see Known issues and workarounds below).
This is the gist promised in our our KubeCon EU 2021 talk.
Go to https://github.com/kingdonb/kccnceu2021 for the full experience! 💖🤩
- Check out the
mainbranch for the full talk experience (warts and all) - Check out the
presentbranch for the solutions according to the presenter - Check out the
terminalbranch for risky root shell fun - Check out the
featuresbranch for additional features as we incorporate them throughout the week based on your suggestions!
| #! /bin/bash | |
| set -u | |
| # example: r6by/testoci | |
| : GITHUB_REPOSITORY | |
| yesno() { | |
| read -p "${1} (y/n)?" choice | |
| case "$choice" in | |
| y|Y ) return 0;; |
| tap "aquasecurity/trivy" | |
| tap "fluxcd/tap" | |
| tap "github/gh" | |
| tap "helm/tap" | |
| tap "homebrew/bundle" | |
| tap "homebrew/cask" | |
| tap "homebrew/core" | |
| tap "teamookla/speedtest" | |
| tap "weaveworks/tap" | |
| brew "bash-completion@2" |