This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ 0.000000] Booting Linux on physical CPU 0x0 | |
| [ 0.000000] Linux version 4.19.97-v7l+ (dom@buildbot) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1294 SMP Thu Jan 30 13:21:14 GMT 2020 | |
| [ 0.000000] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr=30c5383d | |
| [ 0.000000] CPU: div instructions available: patching division code | |
| [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache | |
| [ 0.000000] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.1 | |
| [ 0.000000] Memory policy: Data cache writealloc | |
| [ 0.000000] cma: Reserved 256 MiB at 0x000000001ec00000 | |
| [ 0.000000] On node 0 totalpages: 1012736 | |
| [ 0.000000] DMA zone: 1728 pages used for memmap |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # The name of the project | |
| name='aws-account-operator' | |
| # The path to be used in the Go /src/ dir | |
| project_source_path="github.com/openshift/${name}" | |
| # Set Go version you want to use | |
| go_version='1.13.1' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| from subprocess import Popen, PIPE | |
| import json | |
| def get_data_from_hive(): | |
| # Get a list of all accounts | |
| acct_cmd = [ | |
| "oc", | |
| "get", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| oc get nodes -l type=compute -o=jsonpath='{range .items[*]}{.metadata.labels.hostname}{"\n"}{end}' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Without an argument, prints the current gopath | |
| # With a integer argument, prints the directory at the index of a multi-directory GOPATH | |
| gopath () | |
| { | |
| if [ -z "$GOPATH" ]; then | |
| echo "GOPATH not set..."; | |
| exit 1; | |
| fi; | |
| local gopath="${GOPATH}"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python2 | |
| # A script to generate a report of Elasticsearch index usage | |
| # (from _cat/indices?v&bytes=b) by prefix for a set of known | |
| # date suffixes. | |
| # | |
| # E.g. | |
| # $ curl -X GET http://localhost:9200/_cat/indices?v\&bytes=b -o indices.lis | |
| # $ ./sum-es-indices.py indices.lis | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMOHCYwjPmYsW9EKpuEQkMxolLijxMfqbXAT//34sGox |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "flag" | |
| "fmt" | |
| "os" | |
| "path/filepath" | |
| // "time" | |
| // "k8s.io/client-go/rest" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "fmt" | |
| "os" | |
| "path/filepath" | |
| metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" | |
| "k8s.io/client-go/kubernetes" | |
| "k8s.io/client-go/rest" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| language_DWARF | |
| [OBJECT:LANGUAGE] | |
| [TRANSLATION:DWARF] | |
| [T_WORD:ABBEY:kulet] | |
| [T_WORD:ACE:alak] | |
| [T_WORD:ACT:bidok] | |
| [T_WORD:AFTER:nicol] | |
| [T_WORD:AGE:anam] |