Skip to content

Instantly share code, notes, and snippets.

View brucedkyle's full-sized avatar

Bruce Kyle brucedkyle

View GitHub Profile
@brucedkyle
brucedkyle / apply-ngnix-yml.sh
Last active December 30, 2020 18:39
kubernetes deployment
kubectl apply -f nginx-deployment.yml
@brucedkyle
brucedkyle / DEBUG.txt
Created April 6, 2023 19:37
crc startup --log-level debug
crc start --log-level debug
DEBU CRC version: 2.15.0+21126a2
DEBU OpenShift version: 4.12.5
DEBU Podman version: 4.3.1
DEBU Running 'crc start'
DEBU Total memory of system is 34098995200 bytes
WARN A new version (2.16.0) has been published on https://developers.redhat.com/content-gateway/file/pub/openshift-v4/clients/crc/2.16.0/crc-windows-installer.zip
DEBU Checking file: C:\Users\6J1943897\.crc\machines\crc\.crc-exist
INFO Checking if running in a shell with administrator rights
DEBU Running '$currentPrincipal = New-Object Security.Principal.WindowsPrincipal([Security.Principal.WindowsIdentity]::GetCurrent());$currentPrincipal.IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator)'