问题标签 [diego]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
154 浏览

ibm-cloud - Bluemix DEA->Diego 如何在不更改应用程序代码的情况下处理 VCAP_APP_PORT 和 VCAP_APP_HOST 的重命名?

我在 Bluemix 上使用 enable-diego 测试了一些应用程序。他们都因为这个变化而破产了。我可以解决大多数问题,但我仍在苦苦挣扎。而且我实际上都不想更改代码。

我可以在容器级别(或任何其他解决方案)自动映射变量,而不是对我的应用程序进行代码更改?

0 投票
1 回答
209 浏览

ssh - 我的客户如何针对 IBM Bluemix CloudFoundry 应用程序执行 diego-ssh 代理认证

我有兴趣使用sshscpsftp等客户端工具与我的 IBM Bluemix CloudFoundry 应用程序进行交互。

具体来说,有一个由我的应用程序 Web 安装程序创建的动态生成的文件/文件夹,我想在本地下载到我的笔记本电脑。

我已经阅读了最近的 Diego 启用,并且我对利用这里讨论的 diego-ssh 代理身份验证功能感兴趣。

0 投票
2 回答
135 浏览

ibm-cloud - Diego 迁移后 IoTP 样板应用程序无法正常工作

将我的 Watson IoTP 样板应用程序迁移到 Diego 后,它不再启动。我在日志中看到了这一点:

我怎样才能解决这个问题 ?

0 投票
3 回答
110 浏览

ibm-cloud - Diego 在 bluemix 中启用,但未显示在仪表板中

我已在 bluemix 中为我的应用程序启用 Diego,并在命令中进行了验证。但仪表板仍然显示与 DEA 相同。我尝试重新启动应用程序并刷新仪表板。有什么想法吗 ?

0 投票
1 回答
2725 浏览

cloud-foundry - 如何退出 cf ssh 会话而不杀死我的 shell?

我' cf ssh app_name'到 diego 上的 nodejs 应用程序。然后我想退出,输入exit。这也会杀死托管外壳(Windows 7 上的 powershell)。我希望我的壳留下来。我尝试了各种命令并查看了 diego 文档,但我不知何故错过了这一点。

0 投票
1 回答
141 浏览

docker - CF Garden-runC as a container orchestration engine?

I have been looking at Garden-runC / Guardian and am wondering if it can be used outside of CloudFoundry as a container orchestration engine.

From what I have been able to understand so far:

A garden client can use the Garden API to talk to a backend implementation (in this case Gaurdian), which would be able to deploy a container using its runtime (runC).

It would also perhaps require a wshd process to be packaged as part of the container, as that is what garden seems to use to control execution of processes inside the container.

While I realise that it's a lot more complex than that, and I am not sure how the backend would get the image it needs, etc., would it at least in theory be possible to use Garden / Guardian as a container orchestration engine?

0 投票
1 回答
1588 浏览

download - 如何在 bluemix 中下载正在运行的应用程序的源代码

如何在bluemix中下载正在运行的应用程序的源代码?

尝试了这个解决方案从 Bluemix 下载应用程序文件。但它不再起作用了:

要安装插件,请遵循以下命令:

安装插件后,您可以使用命令 $ 下载文件cf download <<APP_NAME>> [path]

例如:$cf download myapp

0 投票
1 回答
205 浏览

cloud-foundry - cell_z1 中 iptables NAT 配置的目的是什么?

当我 ssh 进入 cell_z1. 然后我可以看到这些路由表。

问题是:这些目的地的目的是什么?当我在 cell_z1 中卷曲时,它返回 301 错误。所以,我认为它已被删除。

  • 10.254.0.6:8080
  • 10.254.0.6:2222
  • 10.254.0.2:8080
  • 10.254.0.2:2222

但是,当路由器发射器将该应用程序端口映射到 60036、60037、60040、60041 时,它会导致路由器在某些推送的应用程序中返回 502 错误

我的环境:主机操作系统:Ubuntu Server 16.10 VirtualBox:5.0.32

2017 年 4 月 11 日更新

我发现这些信息来自 Kawasaki(Guardian's Network Library)。我看到下面的路线表。但与 10.254.0.6 不同,路由表没有虚拟网卡和 10.254.0.2 (10.254.0.0/30) 的路由

0 投票
0 回答
225 浏览

ibm-cloud - 迭戈移民问题:没有空间?

我正在尝试将现有节点应用程序迁移到 IBM Bluemix 上的 Diego,但我收到这些错误消息,我尝试使用 bluemix 控制台中的“Migrate to Diego”链接进行迁移。

0 投票
1 回答
177 浏览

node.js - Diego Migration:502 Bad Gateway

我有在 IBM Bluemix DEA 运行时上运行的现有 node.js 应用程序。我已经尝试将它迁移到 Diego,迁移过程完成,没有任何错误。但是当我尝试应用程序路由时,我收到“502 Bad Gateway:Registered endpoint failed to handle the request”。错误。使用“迁移到 Diego”按钮完成迁移。

从应用程序控制台: