Skip to content

Commit

Permalink
Openshift 4.1.0-rc.3, created via https://cloud.redhat.com/openshift
Browse files Browse the repository at this point in the history
(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
cben committed May 19, 2019
1 parent 3a9cd41 commit 9ed069f
Show file tree
Hide file tree
Showing 339 changed files with 8,297 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openshift-v4.1.0-rc.3/api/headers.txt
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

12 changes: 12 additions & 0 deletions openshift-v4.1.0-rc.3/api/index.json
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"
}
]
}
5 changes: 5 additions & 0 deletions openshift-v4.1.0-rc.3/api/v1/headers.txt
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

Loading

0 comments on commit 9ed069f

Please sign in to comment.