Closed marhkb closed 2 years ago
The endpoint for creating new containers was used here by mistake. This commit uses the correct endpoint.
A fix for a wrong API endpoint usage.
I tested it by creating a new pod with a specific name. Before, it did not work, because it wanted to create a container.
Use correct endpoint in Pods::create.
Pods::create
Thank you!
The endpoint for creating new containers was used here by mistake. This commit uses the correct endpoint.
What did you implement:
A fix for a wrong API endpoint usage.
How did you verify your change:
I tested it by creating a new pod with a specific name. Before, it did not work, because it wanted to create a container.
What (if anything) would need to be called out in the CHANGELOG for the next release:
Use correct endpoint in
Pods::create
.