Skip to content

Instantly share code, notes, and snippets.

Environment

Jetpack 4.6, Jetson Xavier, Ubuntu 18.04

prepare

apt install -y curl jq runc iptables conntrack nvidia-container-runtime nvidia-container-toolkit

crio

Install crio

How To Install MicroShift On NVIDIA Jetson Xavier

In this procedure, we'll walkthrough the installation of MicroShift on an Jetson Xavier server. This procedure holds all the prerequisites and instructions in order to get your MicroShift server up and running.

Prerequisites

Before you start, make sure that you have the following prereqs met:

  • Jetson Xavier (Should be connected to some network)
  • Ubuntu 18.04 (L4T, AKA Linux For Tegra, Should come with the Jetson itself by default)
@jaredhocutt
jaredhocutt / config.boot
Created January 14, 2021 01:49 — forked from bryanklingner/config.boot
Google Fiber with Ubiquiti EdgeRouter PoE config.boot
firewall {
all-ping enable
broadcast-ping disable
ipv6-receive-redirects disable
ipv6-src-route disable
ip-src-route disable
log-martians enable
name WAN_IN {
default-action drop
description "WAN to Internal"

This gist is no longer maintained and may be incorrect. The latest version of this can be found at:

https://github.com/jaredhocutt/openshift4-guides/blob/master/docs/rhcos_ami_upload.md

RHCOS Image Upload to AWS

These instructions walk through how to upload a RHCOS image to AWS manually. If you are running in a public/commercial region of AWS, you should use the already provided RHCOS images available in those regions. However, if you are deploying into an alternative AWS region (e.g. GovCloud, C2S, etc.), then you

{
"kind": "Template",
"apiVersion": "v1",
"metadata": {
"name": "nodejs-mongodb-example",
"annotations": {
"openshift.io/display-name": "Node.js + MongoDB (Ephemeral)",
"description": "An example Node.js application with a MongoDB database. For more information about using this template, including OpenShift considerations, see https://github.com/sclorg/nodejs-ex/blob/master/README.md.\n\nWARNING: Any data stored will be lost upon pod destruction. Only use this template for testing.",
"tags": "quickstart,nodejs",
"iconClass": "icon-nodejs",
@jaredhocutt
jaredhocutt / redeploy-certs.md
Last active November 6, 2019 18:25
Redeploy OpenShift 3.11 certs for environment provisioned using https://github.com/jaredhocutt/openshift-provision

SSH into your master:

sudo ./op.py --env-file vars/aws.env --vars-file vars/aws.yml ssh

Become the root user:

sudo -i
@jaredhocutt
jaredhocutt / .gitignore
Last active March 1, 2018 22:39
.gitignore
###############################################################################
# Project
###############################################################################
###############################################################################
# Python
# https://github.com/github/gitignore/blob/master/Python.gitignore
###############################################################################