linktimecloud / kubernetes-data-platform

KDP(Kubernetes Data Platform) delivers a modern, hybrid and cloud-native data platform based on Kubernetes.
https://linktimecloud.github.io/kubernetes-data-platform/
Apache License 2.0
148 stars 38 forks source link

Fix: Remove the httpfs context setting when uninstalling the httpfs app #120

Closed xingcan-ltc closed 3 months ago

xingcan-ltc commented 4 months ago

Description of your changes

Fixes #TODO

How has this code been tested

andymaltcx commented 4 months ago

The root cause of this problem is that oam-operator does not handle the ownerReferences logic correctly, which has been fixed in the https://github.com/linktimecloud/kdp-oam-operator/pull/24.

This issue can be closed.

xingcan-ltc commented 4 months ago

The root cause of this problem is that oam-operator does not handle the ownerReferences logic correctly, which has been fixed in the linktimecloud/kdp-oam-operator#24.

This issue can be closed.

Since the context setting is part of the app, moving it into the app component is okay. Other big data apps have done this, so we should make it uniform."

And the 'raw' type is deprecated.

jason-ltc commented 3 months ago

@xingcan-ltc should cherry-pick to main.