Thanks Alex,
Whilst there are good solutions it looks like I am not going to be able
to do anything useful.
The port changes due to a whole bunch of useful script that create port
forwards for various things starting from 3 (that just a number
plucked out of the air)
Services like mongo p
sub_filter_last_modified off;
>
> sub_filter '' '';
>
> sub_filter 'Apache Flink Web Dashboard' 'flink:
> basic-ingress Dashboard';
>
> flinkConfiguration:
>
> taskmanager.numberOfTaskSlots: "2"
ry: "2048m"
cpu: 1
taskManager:
resource:
memory: "2048m"
cpu: 1
job:
jarURI: local:///opt/flink/examples/streaming/StateMachineExample.jar
parallelism: 2
upgradeMode: stateless
From: Mike Phillips
Sent: Thursday, June 29, 2023 7:42 AM
To:
G'day,
The flink and the dashboard are running in k8s and I am not on the same
network.
We don't have a VPN into the cluster. (Don't ask)
I am not sure how I would access the dashboard without having a port
forward.
On 28/06/2023 14:39, Schwalbe Matthias wrote:
Good Morning Mike,
As a qu
@flink.apache.org
Subject: Re: Identifying a flink dashboard
⚠EXTERNAL MESSAGE – CAUTION: Think Before You Click ⚠
G'day Alex,
Thanks!
1 - hmm maybe beyond my capabilities presently
2 - Yuck! :-) Will look at this
3 - Not possible, the dashboards are not accessible via the internet, so w
G'day Alex,
Thanks!
1 - hmm maybe beyond my capabilities presently
2 - Yuck! :-) Will look at this
3 - Not possible, the dashboards are not accessible via the internet, so we
use kube and port forward, URL looks like http://wobbegong:3/ the port
changes
4 - I think this requires the dashb
Hi Mike,
no, it is currently hard-coded
https://github.com/apache/flink/blob/master/flink-runtime-web/web-dashboard/src/app/app.component.html#L23
Your options are:
1. Contribute a change to make it configurable
2. Use some browser plugin that allows renaming page titles
3. Always use different p
G'day all,
Not sure if this is the correct place but...
We have a number of flink dashboards and it is difficult to know what
dashboard we are looking at.
Is there a configurable way to change the 'Apache Flink Dashboard' heading
on the dashboard?
Or some other way of uniquely identifying what das