Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rancher dashboard - upload POD yaml #25

Open
kucerakk opened this issue Sep 30, 2020 · 0 comments
Open

Rancher dashboard - upload POD yaml #25

kucerakk opened this issue Sep 30, 2020 · 0 comments

Comments

@kucerakk
Copy link

kucerakk commented Sep 30, 2020

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 }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant