Skip to content

Instantly share code, notes, and snippets.

apiVersion: v1
items:
- kind: ImageStream
apiVersion: image.openshift.io/v1
metadata:
name: "nvidia-cuda-11.4.2"
spec:
lookupPolicy:
local: true
tags:
@deanpeterson
deanpeterson / gist:5ddf1187c9d627a738635a8fff173c2b
Created October 12, 2021 15:58
3090-notebook-images.yaml
apiVersion: v1
kind: List
items:
- kind: ImageStream
apiVersion: image.openshift.io/v1
metadata:
labels:
component.opendatahub.io/name: jupyterhub
opendatahub.io/component: 'true'
opendatahub.io/notebook-image: 'true'
time="2021-10-06T17:11:07Z" level=warning msg="Ignoring unrecognized environment variable REGISTRY_FCEE7DC3_7059_4B34_A89C_44A5005F5883_SQZLQ_PORT"
time="2021-10-06T17:11:07Z" level=warning msg="Ignoring unrecognized environment variable REGISTRY_FCEE7DC3_7059_4B34_A89C_44A5005F5883_SQZLQ_PORT_5000_TCP"
time="2021-10-06T17:11:07Z" level=warning msg="Ignoring unrecognized environment variable REGISTRY_FCEE7DC3_7059_4B34_A89C_44A5005F5883_SQZLQ_PORT_5000_TCP_ADDR"
time="2021-10-06T17:11:07Z" level=warning msg="Ignoring unrecognized environment variable REGISTRY_FCEE7DC3_7059_4B34_A89C_44A5005F5883_SQZLQ_PORT_5000_TCP_PORT"
time="2021-10-06T17:11:07Z" level=warning msg="Ignoring unrecognized environment variable REGISTRY_FCEE7DC3_7059_4B34_A89C_44A5005F5883_SQZLQ_PORT_5000_TCP_PROTO"
time="2021-10-06T17:11:07Z" level=warning msg="Ignoring unrecognized environment variable REGISTRY_FCEE7DC3_7059_4B34_A89C_44A5005F5883_SQZLQ_SERVICE_HOST"
time="2021-10-06T17:11:07Z" level=warning msg="Ignoring unrecognized environ
@deanpeterson
deanpeterson / gist:3e9216f2f4f6c1cbc83c1d07ab144f42
Created October 6, 2021 16:29
MTA registry pod crashLoopBackOff
time="2021-10-06T16:27:05Z" level=warning msg="Ignoring unrecognized environment variable REGISTRY_FCEE7DC3_7059_4B34_A89C_44A5005F5883_SQZLQ_PORT"
time="2021-10-06T16:27:05Z" level=warning msg="Ignoring unrecognized environment variable REGISTRY_FCEE7DC3_7059_4B34_A89C_44A5005F5883_SQZLQ_PORT_5000_TCP"
time="2021-10-06T16:27:05Z" level=warning msg="Ignoring unrecognized environment variable REGISTRY_FCEE7DC3_7059_4B34_A89C_44A5005F5883_SQZLQ_PORT_5000_TCP_ADDR"
time="2021-10-06T16:27:05Z" level=warning msg="Ignoring unrecognized environment variable REGISTRY_FCEE7DC3_7059_4B34_A89C_44A5005F5883_SQZLQ_PORT_5000_TCP_PORT"
time="2021-10-06T16:27:05Z" level=warning msg="Ignoring unrecognized environment variable REGISTRY_FCEE7DC3_7059_4B34_A89C_44A5005F5883_SQZLQ_PORT_5000_TCP_PROTO"
time="2021-10-06T16:27:05Z" level=warning msg="Ignoring unrecognized environment variable REGISTRY_FCEE7DC3_7059_4B34_A89C_44A5005F5883_SQZLQ_SERVICE_HOST"
time="2021-10-06T16:27:05Z" level=warning msg="Ignoring unrecognized environ
@deanpeterson
deanpeterson / gist:c6840940682942e2348568cbd8da2860
Created September 27, 2021 19:45
policy for elasticsearch-eck-operator-certified
# This policy verifies the installation of the official & supported version of
# the Elasitc Operator on the managed clusters.
#
# If set to "enforce" it'll install the operator.
#
# Note that OpenShift 4.6 is required.
apiVersion: policy.open-cluster-management.io/v1
kind: Policy
metadata:
name: policy-elasticsearch-operator
@deanpeterson
deanpeterson / gist:86a1c11ae02366e6b9e4551c169df766
Created September 22, 2021 05:00
Solana Code Ready Workspaces Dockerfile
FROM registry.redhat.io/codeready-workspaces/plugin-java8-rhel8
RUN set -e
RUN set -u
USER root
RUN yum install -y sudo
USER jboss
CREATED SIZE
quay.io/boson/faas-stack-run jvm-v0.8.4 ece480465ffa 2 months ago 393 MB
quay.io/boson/faas-stack-run jvm-v0.8.3 f257e017cc48 2 months ago 393 MB
quay.io/boson/faas-stack-run quarkus-jvm-v0.8.1 447984ba0244 3 months ago 404 MB
quay.io/boson/faas-jvm-builder v0.8.4 d08ad7d69d61 41 years ago 571 MB
docker.io/buildpacksio/lifecycle 0.10.1 3066741dcf79 41 years ago 16.5 MB
quay.io/boson/faas-quarkus-jvm-builder latest 8e5aaa35e8d3 41 years ago 582 MB
quay.io/boson/faas-jvm-builder v0.8.3
@deanpeterson
deanpeterson / gist:28fba1781d93f313e222121cba9f2c4e
Created September 15, 2021 19:26
error and func.yaml with no modifications
Error: An image does not exist locally with the tag: default-route-openshift-image-registry.apps.ocpai.enterprisewebservice.com/hello3:latest
[deanpeterson@abecornlbrhel8 hello3]$ cat func.yaml
name: hello3
namespace: amazing-serverless
runtime: quarkus
image: docker.io/default-route-openshift-image-registry.apps.ocpai.enterprisewebservice.com/hello3:latest
imageDigest: ""
builder: quay.io/boson/faas-jvm-builder:v0.8.4
builderMap:
[deanpeterson@abecornlbrhel8 hello2]$ cat func.yaml
name: hello2
namespace: amazing-serverless
runtime: quarkus
image: default-route-openshift-image-registry.apps.ocpai.enterprisewebservice.com/hello2:latest
imageDigest: ""
builder: quay.io/boson/faas-jvm-builder:v0.8.4
builderMap:
default: quay.io/boson/faas-jvm-builder:v0.8.4
jvm: quay.io/boson/faas-jvm-builder:v0.8.4
Building function image
2021/09/15 14:57:26.997514 DEBUG: Pulling image quay.io/boson/faas-quarkus-jvm-builder:latest
cb0ba8718831: Already exists
d17e12a6c002: Already exists
33db084abe90: Already exists
0034ab586d6b: Already exists
d0c9851d609d: Already exists
de301fec2d36: Already exists
c96129f1a707: Already exists
4f4fb700ef54: Already exists