|
| 1 | +HTTP/1.0 503 Service Unavailable |
| 2 | +Pragma: no-cache |
| 3 | +Cache-Control: private, max-age=0, no-cache, no-store |
| 4 | +Connection: close |
| 5 | +Content-Type: text/html |
| 6 | + |
| 7 | +<html> |
| 8 | + <head> |
| 9 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 10 | + |
| 11 | + <style type="text/css"> |
| 12 | + /*! |
| 13 | + * Bootstrap v3.3.5 (http://getbootstrap.com) |
| 14 | + * Copyright 2011-2015 Twitter, Inc. |
| 15 | + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) |
| 16 | + */ |
| 17 | + /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ |
| 18 | + html { |
| 19 | + font-family: sans-serif; |
| 20 | + -ms-text-size-adjust: 100%; |
| 21 | + -webkit-text-size-adjust: 100%; |
| 22 | + } |
| 23 | + body { |
| 24 | + margin: 0; |
| 25 | + } |
| 26 | + h1 { |
| 27 | + font-size: 1.7em; |
| 28 | + font-weight: 400; |
| 29 | + line-height: 1.3; |
| 30 | + margin: 0.68em 0; |
| 31 | + } |
| 32 | + * { |
| 33 | + -webkit-box-sizing: border-box; |
| 34 | + -moz-box-sizing: border-box; |
| 35 | + box-sizing: border-box; |
| 36 | + } |
| 37 | + *:before, |
| 38 | + *:after { |
| 39 | + -webkit-box-sizing: border-box; |
| 40 | + -moz-box-sizing: border-box; |
| 41 | + box-sizing: border-box; |
| 42 | + } |
| 43 | + html { |
| 44 | + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); |
| 45 | + } |
| 46 | + body { |
| 47 | + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
| 48 | + line-height: 1.66666667; |
| 49 | + font-size: 13px; |
| 50 | + color: #333333; |
| 51 | + background-color: #ffffff; |
| 52 | + margin: 2em 1em; |
| 53 | + } |
| 54 | + p { |
| 55 | + margin: 0 0 10px; |
| 56 | + font-size: 13px; |
| 57 | + } |
| 58 | + .alert.alert-info { |
| 59 | + padding: 15px; |
| 60 | + margin-bottom: 20px; |
| 61 | + border: 1px solid transparent; |
| 62 | + background-color: #f5f5f5; |
| 63 | + border-color: #8b8d8f; |
| 64 | + color: #363636; |
| 65 | + margin-top: 30px; |
| 66 | + } |
| 67 | + .alert p { |
| 68 | + padding-left: 35px; |
| 69 | + } |
| 70 | + a { |
| 71 | + color: #0088ce; |
| 72 | + } |
| 73 | + |
| 74 | + ul { |
| 75 | + position: relative; |
| 76 | + padding-left: 51px; |
| 77 | + } |
| 78 | + p.info { |
| 79 | + position: relative; |
| 80 | + font-size: 15px; |
| 81 | + margin-bottom: 10px; |
| 82 | + } |
| 83 | + p.info:before, p.info:after { |
| 84 | + content: ""; |
| 85 | + position: absolute; |
| 86 | + top: 9%; |
| 87 | + left: 0; |
| 88 | + } |
| 89 | + p.info:before { |
| 90 | + content: "i"; |
| 91 | + left: 3px; |
| 92 | + width: 20px; |
| 93 | + height: 20px; |
| 94 | + font-family: serif; |
| 95 | + font-size: 15px; |
| 96 | + font-weight: bold; |
| 97 | + line-height: 21px; |
| 98 | + text-align: center; |
| 99 | + color: #fff; |
| 100 | + background: #4d5258; |
| 101 | + border-radius: 16px; |
| 102 | + } |
| 103 | + |
| 104 | + @media (min-width: 768px) { |
| 105 | + body { |
| 106 | + margin: 4em 3em; |
| 107 | + } |
| 108 | + h1 { |
| 109 | + font-size: 2.15em;} |
| 110 | + } |
| 111 | + |
| 112 | + </style> |
| 113 | + </head> |
| 114 | + <body> |
| 115 | + <div> |
| 116 | + <h1>Application is not available</h1> |
| 117 | + <p>The application is currently not serving requests at this endpoint. It may not have been started or is still starting.</p> |
| 118 | + |
| 119 | + <div class="alert alert-info"> |
| 120 | + <p class="info"> |
| 121 | + Possible reasons you are seeing this page: |
| 122 | + </p> |
| 123 | + <ul> |
| 124 | + <li> |
| 125 | + <strong>The host doesn't exist.</strong> |
| 126 | + Make sure the hostname was typed correctly and that a route matching this hostname exists. |
| 127 | + </li> |
| 128 | + <li> |
| 129 | + <strong>The host exists, but doesn't have a matching path.</strong> |
| 130 | + Check if the URL path was typed correctly and that the route was created using the desired path. |
| 131 | + </li> |
| 132 | + <li> |
| 133 | + <strong>Route and path matches, but all pods are down.</strong> |
| 134 | + Make sure that the resources exposed by this route (pods, services, deployment configs, etc) have at least one pod running. |
| 135 | + </li> |
| 136 | + </ul> |
| 137 | + </div> |
| 138 | + </div> |
| 139 | + </body> |
| 140 | +</html> |
0 commit comments