Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

6. Known Issues

Min Kim edited this page Nov 24, 2020 · 1 revision

Known Issues (not yet resolved)

1. Exception on deleting resources: "java.lang.IllegalStateException: Expected a string but was BEGIN_OBJECT..."

This is happening because openapi schema from kubernetes upstream doesn't match its implementation due to the limitation of openapi v2 schema expression #86. Consider either catch and ignore the JsonSyntaxException or do the deletion in the following form:

  • Use Kubectl equivalence, see examples here
  • Use generic kubernetes api, see examples here

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.