小编Gau*_*ana的帖子

iOS App准备好销售状态但未出现在商店中

我的iOS应用程序在我的iTunes连接帐户中显示"准备出售"状态.状态改变了3个小时.当我点击iTunes连接帐户中提供的链接时,我可以查看该应用程序.我在商店里搜索时,我的应用程序不可用.应用程序在商店上花多少时间.

app-store ios

46
推荐指数
2
解决办法
4万
查看次数

尝试撤消 rebase 时卡住

在执行两个 Git 命令撤消 rebase 后,我遇到了一些错误。

git checkout topic 
git reset --hard origin/topic
Run Code Online (Sandbox Code Playgroud)

有人可以解释一下这是什么以及如何解决吗?我不想再次丢失我的代码。

git status 给我看这个

    Last command done (1 command done):
    pick c326b089c8 Revert "Conflicts removed from master, OffscreenCanvas changes ready for merge" Will rebase branch and resolve conflicts. This reverts commit 7357f2e5444bed9e93e1380331464a5332319d09.
   Next command to do (1 remaining command):
   pick 90bec670b4 Changes reverted in conflicting files. OffscreenCanvas API ready to be merged.
  (use "git rebase --edit-todo" to view and edit)
  You are currently editing a commit while rebasing …
Run Code Online (Sandbox Code Playgroud)

git

3
推荐指数
1
解决办法
1071
查看次数

Azure Kubernetes LB 注释

服务对象的 kubernetes 官方文档有一些关于连接耗尽、超时、附加标签等的注释,但这些仅限于 AWS。

我希望在 Azure 云上的 K8S 部署中找到同样的结果。

例如,

 annotations:
    service.beta.kubernetes.io/aws-load-balancer-connection-draining-enabled: "true"
    service.beta.kubernetes.io/aws-load-balancer-connection-draining-timeout: "60"
    service.beta.kubernetes.io/aws-load-balancer-connection-draining-timeout: "300"
    service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: "600"
    service.beta.kubernetes.io/aws-load-balancer-healthcheck-healthy-threshold: "2"
    service.beta.kubernetes.io/aws-load-balancer-healthcheck-interval: "6"
    service.beta.kubernetes.io/aws-load-balancer-healthcheck-timeout: "5"
    service.beta.kubernetes.io/aws-load-balancer-healthcheck-unhealthy-threshold: "3"
    service.beta.kubernetes.io/aws-load-balancer-internal: 0.0.0.0/0
Run Code Online (Sandbox Code Playgroud)

这里列出的官方文档

如果不存在这样的注释,有人可以帮助我在 Azure 云上实现相同的目的。提前致谢!

azure kubernetes istio kubernetes-ingress azure-aks

0
推荐指数
1
解决办法
8630
查看次数

标签 统计

app-store ×1

azure ×1

azure-aks ×1

git ×1

ios ×1

istio ×1

kubernetes ×1

kubernetes-ingress ×1