Google Cloud Endpoints keeps reseting to AppEngine Google Cloud Endpoint - discovery not foundHow to expose dynamic ports using Kubernetes service on Google Container Engine?Can Kubernetes be used like Docker Compose?Google Cloud Load Balancer enforce HTTP, not HTTPS, using Kubernetes IngressStackdriver logging doesn't always should up on Google Cloud ConsoleGoogle Cloud Load Balancing health check resetLosing my mind trying to get the VM to talk to Kubernetes in Google CloudExpose Neo4j cluster in KubernetesInternal and external cluster communication in Kubernetes clusterKubernetes pods can't pull images from container registry (gcp)

How is angular momentum conserved for the orbiting body if the centripetal force disappears?

How do I set up a beta channel for my Steam game?

How to md5 a list of filepaths contained in a file?

How to loop for 3 times in bash script when docker push fails?

Why weren't bootable game disks ever common on the IBM PC?

Machine learning and operations research projects

What was the definition of "set" that resulted in Russell's Paradox

Do you know your 'KVZ's?

How many hours would it take to watch all of Doctor Who?

If a non-friend comes across my Steam Wishlist, how easily can he gift me one of the games?

Why queuable apex accepts sobjects where as future methods doesn't?

How would my creatures handle groups without a strong concept of numbers?

Has anyone in space seen or photographed a simple laser pointer from Earth?

Is the genetic term "polycistronic" still used in modern biology?

Civil War story: man hanged from a bridge

During copyediting, journal disagrees about spelling of paper's main topic

Why do players in the past play much longer tournaments than today's top players?

Is "I do not want you to go nowhere" a case of "DOUBLE-NEGATIVES" as claimed by Grammarly?

Are neural networks prone to catastrophic forgetting?

Modulus Operandi

Why are they 'nude photos'?

Terry Pratchett book with a lawyer dragon and sheep

Why does the U.S. tolerate foreign influence from Saudi Arabia and Israel on its domestic policies while not tolerating that from China or Russia?

Can the Mage Hand cantrip be used to trip an enemy who is running away?



Google Cloud Endpoints keeps reseting to


AppEngine Google Cloud Endpoint - discovery not foundHow to expose dynamic ports using Kubernetes service on Google Container Engine?Can Kubernetes be used like Docker Compose?Google Cloud Load Balancer enforce HTTP, not HTTPS, using Kubernetes IngressStackdriver logging doesn't always should up on Google Cloud ConsoleGoogle Cloud Load Balancing health check resetLosing my mind trying to get the VM to talk to Kubernetes in Google CloudExpose Neo4j cluster in KubernetesInternal and external cluster communication in Kubernetes clusterKubernetes pods can't pull images from container registry (gcp)






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I have an app running in a kubernetes engine cluster and communicating to elasticsearch in compute engine. The way they communicate is set up like this: a service in kubernetes engine that points to an endpoints and this enpoints has the ip and port of elasticsearch in compute engine. The problem is, the enpoints keeps on reseting to every after around 5 or more hours. So I have to re-apply the endpoints configuration every now and then. Been trying to find out what causes it to reset to . So far my effort has been futile. Any help and thoughts are greatly appreciated...










share|improve this question






















  • Are there perhaps logs in Stackdriver related to your endpoints configuration that we can look at to see what might be happening at the time of the reset?

    – Kolban
    Mar 30 at 17:40











  • Thank you for the reply. I think I already solved this. The service that is using the endpoint did not explicitly declare its clusterIP. When I added that... The endpoints is now working 24/7.

    – jesse junsay
    Apr 2 at 4:47











  • Thanks for posting the comment. Might I suggest that you post an answer to your own question so that others who come in the future might learn from your answer? It will also flag question as having been resolved in case someone else may stop by thinking they can assist.

    – Kolban
    Apr 2 at 13:17

















0















I have an app running in a kubernetes engine cluster and communicating to elasticsearch in compute engine. The way they communicate is set up like this: a service in kubernetes engine that points to an endpoints and this enpoints has the ip and port of elasticsearch in compute engine. The problem is, the enpoints keeps on reseting to every after around 5 or more hours. So I have to re-apply the endpoints configuration every now and then. Been trying to find out what causes it to reset to . So far my effort has been futile. Any help and thoughts are greatly appreciated...










share|improve this question






















  • Are there perhaps logs in Stackdriver related to your endpoints configuration that we can look at to see what might be happening at the time of the reset?

    – Kolban
    Mar 30 at 17:40











  • Thank you for the reply. I think I already solved this. The service that is using the endpoint did not explicitly declare its clusterIP. When I added that... The endpoints is now working 24/7.

    – jesse junsay
    Apr 2 at 4:47











  • Thanks for posting the comment. Might I suggest that you post an answer to your own question so that others who come in the future might learn from your answer? It will also flag question as having been resolved in case someone else may stop by thinking they can assist.

    – Kolban
    Apr 2 at 13:17













0












0








0








I have an app running in a kubernetes engine cluster and communicating to elasticsearch in compute engine. The way they communicate is set up like this: a service in kubernetes engine that points to an endpoints and this enpoints has the ip and port of elasticsearch in compute engine. The problem is, the enpoints keeps on reseting to every after around 5 or more hours. So I have to re-apply the endpoints configuration every now and then. Been trying to find out what causes it to reset to . So far my effort has been futile. Any help and thoughts are greatly appreciated...










share|improve this question














I have an app running in a kubernetes engine cluster and communicating to elasticsearch in compute engine. The way they communicate is set up like this: a service in kubernetes engine that points to an endpoints and this enpoints has the ip and port of elasticsearch in compute engine. The problem is, the enpoints keeps on reseting to every after around 5 or more hours. So I have to re-apply the endpoints configuration every now and then. Been trying to find out what causes it to reset to . So far my effort has been futile. Any help and thoughts are greatly appreciated...







cloud google-cloud-endpoints google-kubernetes-engine






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 26 at 2:14









jesse junsayjesse junsay

62 bronze badges




62 bronze badges












  • Are there perhaps logs in Stackdriver related to your endpoints configuration that we can look at to see what might be happening at the time of the reset?

    – Kolban
    Mar 30 at 17:40











  • Thank you for the reply. I think I already solved this. The service that is using the endpoint did not explicitly declare its clusterIP. When I added that... The endpoints is now working 24/7.

    – jesse junsay
    Apr 2 at 4:47











  • Thanks for posting the comment. Might I suggest that you post an answer to your own question so that others who come in the future might learn from your answer? It will also flag question as having been resolved in case someone else may stop by thinking they can assist.

    – Kolban
    Apr 2 at 13:17

















  • Are there perhaps logs in Stackdriver related to your endpoints configuration that we can look at to see what might be happening at the time of the reset?

    – Kolban
    Mar 30 at 17:40











  • Thank you for the reply. I think I already solved this. The service that is using the endpoint did not explicitly declare its clusterIP. When I added that... The endpoints is now working 24/7.

    – jesse junsay
    Apr 2 at 4:47











  • Thanks for posting the comment. Might I suggest that you post an answer to your own question so that others who come in the future might learn from your answer? It will also flag question as having been resolved in case someone else may stop by thinking they can assist.

    – Kolban
    Apr 2 at 13:17
















Are there perhaps logs in Stackdriver related to your endpoints configuration that we can look at to see what might be happening at the time of the reset?

– Kolban
Mar 30 at 17:40





Are there perhaps logs in Stackdriver related to your endpoints configuration that we can look at to see what might be happening at the time of the reset?

– Kolban
Mar 30 at 17:40













Thank you for the reply. I think I already solved this. The service that is using the endpoint did not explicitly declare its clusterIP. When I added that... The endpoints is now working 24/7.

– jesse junsay
Apr 2 at 4:47





Thank you for the reply. I think I already solved this. The service that is using the endpoint did not explicitly declare its clusterIP. When I added that... The endpoints is now working 24/7.

– jesse junsay
Apr 2 at 4:47













Thanks for posting the comment. Might I suggest that you post an answer to your own question so that others who come in the future might learn from your answer? It will also flag question as having been resolved in case someone else may stop by thinking they can assist.

– Kolban
Apr 2 at 13:17





Thanks for posting the comment. Might I suggest that you post an answer to your own question so that others who come in the future might learn from your answer? It will also flag question as having been resolved in case someone else may stop by thinking they can assist.

– Kolban
Apr 2 at 13:17












1 Answer
1






active

oldest

votes


















0














I was able to resolve this by explicitly declaring the clusterIP of the service that is pointing to this endpoint.






share|improve this answer






















    Your Answer






    StackExchange.ifUsing("editor", function ()
    StackExchange.using("externalEditor", function ()
    StackExchange.using("snippets", function ()
    StackExchange.snippets.init();
    );
    );
    , "code-snippets");

    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "1"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55348909%2fgoogle-cloud-endpoints-keeps-reseting-to-none%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    I was able to resolve this by explicitly declaring the clusterIP of the service that is pointing to this endpoint.






    share|improve this answer



























      0














      I was able to resolve this by explicitly declaring the clusterIP of the service that is pointing to this endpoint.






      share|improve this answer

























        0












        0








        0







        I was able to resolve this by explicitly declaring the clusterIP of the service that is pointing to this endpoint.






        share|improve this answer













        I was able to resolve this by explicitly declaring the clusterIP of the service that is pointing to this endpoint.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Apr 4 at 15:41









        jesse junsayjesse junsay

        62 bronze badges




        62 bronze badges


















            Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.







            Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.



















            draft saved

            draft discarded
















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55348909%2fgoogle-cloud-endpoints-keeps-reseting-to-none%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

            Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

            Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript