-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Using Rancher dashboard with CCE cluster adding POD with config:
apiVersion: v1
kind: Pod
metadata:
creationTimestamp: null
labels:
run: busybox
name: busybox
spec:
containers:
- args:
- /bin/sh
- -c
- echo hello;sleep 3600
image: busybox
imagePullPolicy: IfNotPresent
name: busybox
resources: {}
dnsPolicy: ClusterFirst
restartPolicy: Never
status: {}Gives error: (Error message)
{ "type": "error", "links": {}, "code": "MethodNotAllowed", "message": "the server does not allow this method on the requested resource", "status": 405 }
Metadata
Metadata
Assignees
Labels
No labels