Skip to content

Rancher dashboard - upload POD yaml #25

@kucerakk

Description

@kucerakk

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions