rundeck-plugins / kubernetes

52 stars 60 forks source link

RSE-291: Cannot Delete Ingress with Kubernetes Plugin #147

Closed DarwisNarvaezDev closed 1 year ago

DarwisNarvaezDev commented 1 year ago

RSE-291: Cannot Delete Ingress with Kubernetes Plugin

Rundeck were unable to delete an ingress with the plugin.

The Problem

Deprecation of: 'ExtensionsV1beta1Api()'

The Solution

Usage of ''NetworkingV1Api()"

See docs:

Python Client