mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
Found another mention of minion changed to node.
This commit is contained in:
parent
d024013970
commit
b0ee17c41b
@ -24,7 +24,7 @@ class Registrator:
|
||||
def __init__(self):
|
||||
self.ds ={
|
||||
"creationTimestamp": "",
|
||||
"kind": "Minion",
|
||||
"kind": "Node",
|
||||
"name": "", # private_address
|
||||
"metadata": {
|
||||
"name": "", #private_address,
|
||||
|
Loading…
Reference in New Issue
Block a user