View launch.json
This file contains 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
{ | |
// Use IntelliSense to learn about possible attributes. | |
// Hover to view descriptions of existing attributes. | |
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"type": "node", | |
"request": "launch", | |
"name": "Mocha Tests", |
View istiooc-cluster-up-cluster-up-api-server-timeout.log
This file contains 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
~/develop » docker version lucasholmquist@lincolnhawk2 | |
Client: | |
Version: 18.06.0-ce | |
API version: 1.38 | |
Go version: go1.10.3 | |
Git commit: 0ffa825 | |
Built: Wed Jul 18 19:11:45 2018 | |
OS/Arch: linux/amd64 | |
Experimental: false |
View minishift-3.11.0-.log
This file contains 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
~/develop/just-playing/rest-client-tests » minishift start lucasholmquist@lincolnhawk2 | |
-- Starting profile 'test-3-eleven' | |
-- Check if deprecated options are used ... OK | |
-- Checking if https://github.com is reachable ... OK | |
-- Checking if requested OpenShift version 'v3.11.0' is valid ... OK | |
-- Checking if requested OpenShift version 'v3.11.0' is supported ... OK | |
-- Checking if requested hypervisor 'kvm' is supported on this platform ... OK | |
-- Checking if KVM driver is installed ... | |
Driver is available at /usr/local/bin/docker-machine-driver-kvm ... | |
Checking driver binary is executable ... OK |
View angular-chain-build.yaml
This file contains 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
apiVersion: v1 | |
kind: Template | |
metadata: | |
name: angular-web-app | |
annotations: | |
iconClass: icon-jboss | |
tags: nodejs, angular, web app | |
template.openshift.io/provider-display-name: "Red Hat, Inc." | |
description: Just building a little angular app with a web builder | |
parameters: |
View web-app-application.yaml
This file contains 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
apiVersion: v1 | |
kind: Template | |
metadata: | |
name: react-web-app | |
annotations: | |
iconClass: icon-jboss | |
tags: nodejs, react, web app | |
template.openshift.io/provider-display-name: "Red Hat, Inc." | |
description: Just building a little react app with a web builder | |
parameters: |
View built-in-modules.sh
This file contains 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
repl._builtIns | |
[ 'assert', | |
'async_hooks', | |
'buffer', | |
'child_process', | |
'cluster', | |
'crypto', | |
'dgram', | |
'dns', |
View kubernetes.json
This file contains 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
{ | |
"apiVersion" : "v1", | |
"kind" : "List", | |
"items" : [ { | |
"apiVersion" : "v1", | |
"kind" : "Service", | |
"metadata" : { | |
"annotations" : { | |
"fabric8.io/git-commit" : "5418a547cd2967ba1400f69a063b70724b3eb8c8", | |
"fabric8.io/scm-con-url" : "scm:git:https://github.com/openshiftio/booster-parent.git/wfswarm-rest-http", |
View kubernetes.yml
This file contains 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
--- | |
apiVersion: v1 | |
kind: List | |
items: | |
- apiVersion: v1 | |
kind: Service | |
metadata: | |
annotations: | |
fabric8.io/git-commit: 5418a547cd2967ba1400f69a063b70724b3eb8c8 | |
fabric8.io/scm-con-url: scm:git:https://github.com/openshiftio/booster-parent.git/wfswarm-rest-http |
View openshift.json
This file contains 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
{ | |
"apiVersion" : "v1", | |
"kind" : "List", | |
"items" : [ { | |
"apiVersion" : "v1", | |
"kind" : "Service", | |
"metadata" : { | |
"annotations" : { | |
"fabric8.io/git-commit" : "5418a547cd2967ba1400f69a063b70724b3eb8c8", | |
"fabric8.io/scm-con-url" : "scm:git:https://github.com/openshiftio/booster-parent.git/wfswarm-rest-http", |
View openshift.yml
This file contains 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
--- | |
apiVersion: v1 | |
kind: List | |
items: | |
- apiVersion: v1 | |
kind: Service | |
metadata: | |
annotations: | |
fabric8.io/git-commit: 5418a547cd2967ba1400f69a063b70724b3eb8c8 | |
fabric8.io/scm-con-url: scm:git:https://github.com/openshiftio/booster-parent.git/wfswarm-rest-http |
NewerOlder