Azure / Azure/azure-functions-core-tools

func kubernetes deploy hangs for certain images.

Open
#3,260 0 comments 0 reactions 1 assignee Claimed by @khkh-ms View on GitHub
Dominant language
C#
Stars
1.5k
Forks
498
Avg merge
4d 20h
Merged PRs (30d)
14

Description

Deployment hangs when image created through the instructions on the following link is used to deploy through Core Tools.

Step to reproduce:
1.     mvn archetype:generate -DarchetypeGroupId=com.microsoft.azure -DarchetypeArtifactId=azure-functions-archetype -DjavaVersion=11 -Ddocker
2.      cd fabrikam-functions
3.     docker build -t kedadevacr.azurecr.io/java-func-aks .
4.     docker push kedadevacr.azurecr.io/java-func-aks
5.     func kubernetes deploy --name java-func-aks --image-name kedadevacr.azurecr.io/java-func-aks --dry-run > deploy.yaml

Link: https://learn.microsoft.com/en-us/azure/azure-functions/functions-create-function-linux-custom-image?tabs=in-process%2Ccmd%2Cazure-cli&pivots=programming-language-java

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.