mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +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):
|
def __init__(self):
|
||||||
self.ds ={
|
self.ds ={
|
||||||
"creationTimestamp": "",
|
"creationTimestamp": "",
|
||||||
"kind": "Minion",
|
"kind": "Node",
|
||||||
"name": "", # private_address
|
"name": "", # private_address
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"name": "", #private_address,
|
"name": "", #private_address,
|
||||||
|
Loading…
Reference in New Issue
Block a user