Skip to content

Commit

Permalink
PANDARIA: remove cloudcredential for huawei cce getting public ip
Browse files Browse the repository at this point in the history
  • Loading branch information
JacieChao committed Sep 27, 2024
1 parent 2f3aac6 commit cfc559b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/clusters/cce/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func CreateCCEHostedCluster(client *rancher.Client, displayName, cloudCredential
}

// UpdateNodePublicIP ensures the node has one public IP address.
func UpdateNodePublicIP(client *rancher.Client, ID string, cloudCredential *cloudcredentials.CloudCredential) (bool, error) {
func UpdateNodePublicIP(client *rancher.Client, ID string) (bool, error) {
cluster, err := client.Management.Cluster.ByID(ID)
if err != nil {
return false, err
Expand Down

0 comments on commit cfc559b

Please sign in to comment.