stackabletech / stackabletech/nifi-operator

Support switch to non-TLS UI

オープン
#369 コメント 1 件 リアクション 1 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

type/feature-new
主要言語
Rust
スター
48
フォーク
12
平均マージ
11時間 26分
マージ済み PR(30日)
10

説明

Affected version

nifi-operator-0.6.0

Current and expected behavior

Current behavior

  1. defaults
    When using Nifi in a default setting, I fail to establish an ingress properly exposing the Nifi UI to the outside, probably because Nifi is set to use httpS/8443.

  2. with overrides
    When providing overriding Nifi settings to use http/8080

configOverrides:
   nifi.properties:
     nifi.web.https.host: ""
     nifi.web.https.port: ""
     nifi.web.http.host: "0.0.0.0"
     nifi.web.http.port: "8080"
     nifi.cluster.protocol.is.secure: "false"

the ingress is working, but Nifi is unstable because health checks (still assuming 8443) are always failing.

Expected behavior

There's a supported way to use Ingress with the Nifi UI with health checks succeeding.

Bonus

Operator recognizes http/https and will set up a k8s Service accordingly.

Possible solution

No response

Additional context

off-topic: trying to open a feature request led to a 404 for me.

Environment

k3s

Would you like to work on fixing this bug?

No response

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

まず、operator が HTTP/HTTPS、Ingress のヘルスチェック、Kubernetes Service に対する nifi.properties のオーバーライドをどのように処理しているかを追跡します。k3s 上で 0.6.0 の設定を使って問題を再現し、その後、HTTP を選択した場合に UI に Ingress 経由で到達でき、ヘルスチェックが成功することを確認します。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
kubernetes, rust
領域
devops, infrastructure
issue の種類
バグ
難易度
4/5
見積もり時間
3〜5日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
35/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。