microsoftgraph / microsoftgraph/microsoft-graph-comms-samples

No certificate issued when deploying TeamsRecordingBot to AKS

Open
#456 18 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
No language data
Stars
253
Forks
275
Avg merge
1d 5h
Merged PRs (30d)
1

Description

Describe the issue
Follow the steps below to deploy TeamsRecordingBot to AKS.

https://github.com/microsoftgraph/microsoft-graph-comms-samples/blob/master/Samples/V1.0Samples/AksSamples/teams-recording-bot/docs/deploy/aks.md#azure-kubernetes-services

However, the following problem occurs and the bot does not work.
Please tell me what the cause is.

・Certificate is not issued

When I entered the following command,

kubectl get cert -n teams-recording-bot

You should see output similar to the following:

NAME          READY   SECRET        AGE
ingress-tls   False    ingress-tls   49m

Pod error log
Below is the pod log.
error

Below are the results of pod Events.
describe

Expected behavior
Certificate issued and bot works fine

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with Samples/V1.0Samples/AksSamples/teams-recording-bot/docs/deploy/aks.md at the Azure Kubernetes Services section, then run kubectl get cert -n teams-recording-bot and review the pod logs and Events shown in the issue. Done means the ingress-tls certificate is Ready and the TeamsRecordingBot deploys and works.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, kubernetes
Domain
cloud, infrastructure
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.