Skip to content

Commit

Permalink
e2e: set imageRepository to ""
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhouapache committed May 10, 2023
1 parent b55ac28 commit c197642
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
kubeletExtraArgs:
provider-id: cloudstack:///'{{ ds.meta_data.instance_id }}'
clusterConfiguration:
imageRepository:
imageRepository: ""
joinConfiguration:
nodeRegistration:
name: '{{ local_hostname }}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
kubeletExtraArgs:
provider-id: cloudstack:///'{{ ds.meta_data.instance_id }}'
clusterConfiguration:
imageRepository:
imageRepository: ""
joinConfiguration:
nodeRegistration:
name: '{{ local_hostname }}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
kubeletExtraArgs:
provider-id: cloudstack:///'{{ ds.meta_data.instance_id }}'
clusterConfiguration:
imageRepository:
imageRepository: ""
joinConfiguration:
nodeRegistration:
name: '{{ local_hostname }}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
kubeletExtraArgs:
provider-id: cloudstack:///'{{ ds.meta_data.instance_id }}'
clusterConfiguration:
imageRepository:
imageRepository: ""
joinConfiguration:
nodeRegistration:
name: '{{ local_hostname }}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
kubeletExtraArgs:
provider-id: "cloudstack:///'{{ ds.meta_data.instance_id }}'"
clusterConfiguration:
imageRepository:
imageRepository: ""
joinConfiguration:
nodeRegistration:
name: '{{ local_hostname }}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
kubeletExtraArgs:
provider-id: "cloudstack:///'{{ ds.meta_data.instance_id }}'"
clusterConfiguration:
imageRepository:
imageRepository: ""
joinConfiguration:
nodeRegistration:
name: '{{ local_hostname }}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
kubeletExtraArgs:
provider-id: "cloudstack:///'{{ ds.meta_data.instance_id }}'"
clusterConfiguration:
imageRepository:
imageRepository: ""
joinConfiguration:
nodeRegistration:
name: '{{ local_hostname }}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
kubeletExtraArgs:
provider-id: cloudstack:///'{{ ds.meta_data.instance_id }}'
clusterConfiguration:
imageRepository:
imageRepository: ""
joinConfiguration:
nodeRegistration:
name: '{{ local_hostname }}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
kubeletExtraArgs:
provider-id: cloudstack:///'{{ ds.meta_data.instance_id }}'
clusterConfiguration:
imageRepository:
imageRepository: ""
joinConfiguration:
nodeRegistration:
name: '{{ local_hostname }}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
kubeletExtraArgs:
provider-id: "cloudstack:///'{{ ds.meta_data.instance_id }}'"
clusterConfiguration:
imageRepository:
imageRepository: ""
joinConfiguration:
nodeRegistration:
name: '{{ local_hostname }}'
Expand Down

0 comments on commit c197642

Please sign in to comment.