2017-06-13 61 views
0

連接到服務器,我代碼實驗室https://www.spinnaker.io/guides/tutorials/codelabs/appengine-source-to-prod/下一個大三角帆,並具有與GitHub的網絡掛接整合的麻煩。Github的網絡掛接無法與三角帆

從GitHub我得到一個消息,說couldn't connect to server

我github上的設置是:

Payload Url - http://<my-external-ip>:8089/webhooks/git/github 
Content Type - application/json 
Which events to trigger - just the push event 
Active - true 

我GCP防火牆規則設置爲:

Priority - 1000 
Direction - Ingress 
Action on match - Allow 
Target tags - allow-github-webhook 
Source filters (IP Ranges) - 192.30.252.0/22 185.199.108.0/22 
Protocols and ports - tcp:8089 

而且我確信我三角帆VM具有network tags: allow-github-webhook

我使用SPINN阿克爾訴1.0.1

有什麼我失蹤或者任何日誌如果錯誤發生在任何地方我也許能檢查一下?或者其他任何你建議嘗試調試webhook不成功的原因?

回答