fix(): back to post
This commit is contained in:
		| @@ -61,9 +61,8 @@ func RecreateIPPoolCrd(cfg *Config, name string, ips []string) error { | ||||
| 		return fmt.Errorf("error generating CRD: %v", err.Error()) | ||||
| 	} | ||||
|  | ||||
| 	res := routeclient.Put(). | ||||
| 	res := routeclient.Post(). | ||||
| 		Resource("ciliumloadbalancerippools"). | ||||
| 		Name(name). | ||||
| 		Body([]byte(body)). | ||||
| 		Do(context.TODO()) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user