'Project not getting generated when using Azure Kubernetes Service ifrom Azure DevOps demo genarator
Error while creating build definition: The pipeline is not valid. A task is missing. The pipeline references a task called 'a8515ec8-7254-4ffd-912c-86772e2b5962'. This usually indicates the task isn't installed, and you may be able to install it from the Marketplace: https://marketplace.visualstudio.com. (Task version , job 'Phase_1', step ''.) A task is missing. The pipeline references a task called 'a8515ec8-7254-4ffd-912c-86772e2b5962'. This usually indicates the task isn't installed, and you may be able to install it from the Marketplace: https://marketplace.visualstudio.com. (Task version , job 'Phase_1', step ''.)
Solution 1:[1]
So I found a solution to the problem, after making some research. These are the steps i followed:
- Delete the existing project from azure devops
- Go to marketplace and install these 2 extensions (they are both available and free in the store):
- Kubernetes extension
- Replace tokens
- Create the project again, and that's all.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Jamil Usman |
