-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Openshift 4.1.0-rc.3, created via https://cloud.redhat.com/openshift
(Used "Red Hat-Managed" option, which is presently hidden for most external users - it's partially, but not yet fully, what one will get in OpenShift Dedicated 4.1. May differ slightly from self-installed OCP?) env DIR=openshift-4.1.0-rc.3 URL="https://api.cben-oapi.bexf.p1.openshiftapps.com:6443" WAIT_OKS="healthz readyz" tools/scrape.sh --insecure - Notably /oapi is completely gone now! (openshift/origin#21782) - TODO: /version/openshift no longer available (openshift/origin#21434) Probably need to scrape `oc get clusterversion` operator CR?
- Loading branch information
Showing
339 changed files
with
8,297 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
HTTP/2 200 | ||
cache-control: no-store | ||
content-type: application/json | ||
content-length: 184 | ||
date: Sun, 19 May 2019 14:02:52 GMT | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"kind": "APIVersions", | ||
"versions": [ | ||
"v1" | ||
], | ||
"serverAddressByClientCIDRs": [ | ||
{ | ||
"clientCIDR": "0.0.0.0/0", | ||
"serverAddress": "10.0.129.224:6443" | ||
} | ||
] | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
HTTP/2 200 | ||
cache-control: no-store | ||
content-type: application/json | ||
date: Sun, 19 May 2019 14:05:30 GMT | ||
|
Oops, something went wrong.