Category "openshift"

Why does OpenShift oc login fail with no such host?

On OCP 4.3 the oc login command generated from the dashboard "Copy Login Command" oc login --token=asdfghjk... --server=https://api.xxx.com:6443 fails with:

How to have multiple object types in a single openshift yaml template?

Here is the sample template for single PersistentVolumeClaim with name : claim1 apiVersion: "v1" kind: "PersistentVolumeClaim" metadata: name: "claim1" spec:

CORS : Response to preflight request doesn't pass access control check: Redirect is not allowed for a preflight request [duplicate]

I am trying to integrate the angualar js app with the backend spring boot , in which i am facing the redirection is not allowed for a prefligh