aafeltowicz

Results 4 comments of aafeltowicz

Is it expected that SE_GRID_URL in the nodeProbe.sh script is empty for SE_NODE_GRID_URL pointing to ingress hostname? I get infinite "Node ID: ${NODE_ID} is not found in the Grid. The...

It points to hostname and path defined in the ingress.hostname and ingress.path. Protocol is probably derived from tls.enabled state (I use tls.enabled=true). Example value: https://se-grid.mycompany.com/selenium For version 0.27 everything works...

v0.28.1 works like a charm, thx :) BTW I forgot to mention that I also have to set global.K8S_PUBLIC_IP to external host DNS, to make this setup working, otherwise nodes...

Additionally evaluated url and workflow_url variables used in notifications strip context path, if such is defined in TOWER_URL_BASE. urljoin used for URLs evaluation strips path from base URL, if path...