This message was deleted.
# general
a
This message was deleted.
s
Unfortunately this isn't currently possible, only
<http://cattle.io|cattle.io>
labels are filtered out
c
Is that so? I also don't see node.kubernetes.io/instance-type on the overview (for examples). node-role.kubernetes.io for example as well
s
are they anything to do with harvester?
c
And at least I didn't see the plan.upgrade.cattle.io labels in the past but now I do πŸ˜‰ although rke.cattle.io/machine is missing as expected πŸ˜‰
nope - plain rancher which creates downstream k3s clusters on openstack via the openstack cloud controller manager. clusters are created / managed via the rancher2 terraform plugin
s
and we're talking about the labels in this view?
c
yes
mainly i noticed the upgrade controller plan labels after the upgrade to rancher 2.7.6 - they were not there on 2.6.x
this is the full label set of that node:
nothing important πŸ˜‰ if it's not possible to adjust right now, no problem
s
interesting. that's the labels from the node list, i was looking at the labels from the node detail page. they get them from different places. the lists will show those that don't start with
Copy code
export const SYSTEM_LABELS = [
  'io.cattle.lifecycle.',
  '<http://beta.kubernetes.io|beta.kubernetes.io>',
  '<http://failure-domain.beta.kubernetes.io|failure-domain.beta.kubernetes.io>',
  '<http://node-role.kubernetes.io|node-role.kubernetes.io>',
  '<http://kubernetes.io|kubernetes.io>',
  '<http://cattle.io|cattle.io>',
  '<http://authz.management.cattle.io|authz.management.cattle.io>',
  '<http://rke.cattle.io|rke.cattle.io>',
  '<http://field.cattle.io|field.cattle.io>',
  '<http://workload.user.cattle.io|workload.user.cattle.io>',
  '<http://k3s.io|k3s.io>',
  '<http://node.kubernetes.io|node.kubernetes.io>',
  '<http://egress.rke2.io|egress.rke2.io>'
];
they should be consistent, i'll create an issue over at
rancher/dashboard
. if you'd like the feature to show/hide certain labels would you be able to request it via issue at that repo?
βœ… 1
c
ah sorry, misread the screenshot πŸ˜‰ yes. I was wondering if the "list" labels are controllable. no worries regarding the details page, there all labels are perfectly fine. but the overview (list) gets quite noisy with many upgrade-controller plans
s
much appreciated. https://github.com/rancher/dashboard/issues/10015 is for the consistency issue