How to make image uploads work with GitLab on Google Kubernetes Engine?How to check the version of Gitlab?Accessing Kubernetes API on Google Container EngineUsing Kubernetes to auto scale in google container engineKubernetes UI on Google Container EngineDaemonSets on Google Container Engine (Kubernetes)ScheduledJobs on Google Container Engine (kubernetes)Gitlab 10.1 Deploy to Google Kubernetes EngineStorage ReadWriteMany in Google Kubernetes EngineUnable to create Kubernetes cluster on Google Kubernetes EngineDeploy GitLab to Google Kubernetes Engine using Google Cloud Marketplace

Sums of two squares in arithmetic progressions

Send out email when Apex Queueable fails and test it

Processor speed limited at 0.4 Ghz

Car headlights in a world without electricity

How does a dynamic QR code work?

Blending or harmonizing

What is the most common color to indicate the input-field is disabled?

How to coordinate airplane tickets?

Can I hook these wires up to find the connection to a dead outlet?

Finding the reason behind the value of the integral.

Unlock My Phone! February 2018

When handwriting 黄 (huáng; yellow) is it incorrect to have a disconnected 草 (cǎo; grass) radical on top?

What Exploit Are These User Agents Trying to Use?

How do I exit BASH while loop using modulus operator?

What is the opposite of "eschatology"?

Why was the shrink from 8″ made only to 5.25″ and not smaller (4″ or less)

How obscure is the use of 令 in 令和?

How to travel to Japan while expressing milk?

Were days ever written as ordinal numbers when writing day-month-year?

What is required to make GPS signals available indoors?

How to remove border from elements in the last row?

Does the Idaho Potato Commission associate potato skins with healthy eating?

How could indestructible materials be used in power generation?

How do conventional missiles fly?



How to make image uploads work with GitLab on Google Kubernetes Engine?


How to check the version of Gitlab?Accessing Kubernetes API on Google Container EngineUsing Kubernetes to auto scale in google container engineKubernetes UI on Google Container EngineDaemonSets on Google Container Engine (Kubernetes)ScheduledJobs on Google Container Engine (kubernetes)Gitlab 10.1 Deploy to Google Kubernetes EngineStorage ReadWriteMany in Google Kubernetes EngineUnable to create Kubernetes cluster on Google Kubernetes EngineDeploy GitLab to Google Kubernetes Engine using Google Cloud Marketplace













0















I have an instance of GitLab running on Google Kubernetes Engine (GKE) that I installed via their application marketplace. After installing and following the DNS configuration steps, most of GitLab's features worked as expected. However, images uploaded under the "Admin Area > Appearance" settings are not displayed properly.



Images appear to upload successfully and accepted. No error messages are found in the application logs. However, the URLs used for those images when the page is refreshed begin with "http://gitlab-1-minio-svc:9000/gitlab-uploads/appearance/logo/1/logo.png?…", where "gitlab-1-minio-svc:9000" is used in place of the GitLab instance's actual hostname.



How can I configure GitLab to correctly reference the uploaded images?










share|improve this question


























    0















    I have an instance of GitLab running on Google Kubernetes Engine (GKE) that I installed via their application marketplace. After installing and following the DNS configuration steps, most of GitLab's features worked as expected. However, images uploaded under the "Admin Area > Appearance" settings are not displayed properly.



    Images appear to upload successfully and accepted. No error messages are found in the application logs. However, the URLs used for those images when the page is refreshed begin with "http://gitlab-1-minio-svc:9000/gitlab-uploads/appearance/logo/1/logo.png?…", where "gitlab-1-minio-svc:9000" is used in place of the GitLab instance's actual hostname.



    How can I configure GitLab to correctly reference the uploaded images?










    share|improve this question
























      0












      0








      0








      I have an instance of GitLab running on Google Kubernetes Engine (GKE) that I installed via their application marketplace. After installing and following the DNS configuration steps, most of GitLab's features worked as expected. However, images uploaded under the "Admin Area > Appearance" settings are not displayed properly.



      Images appear to upload successfully and accepted. No error messages are found in the application logs. However, the URLs used for those images when the page is refreshed begin with "http://gitlab-1-minio-svc:9000/gitlab-uploads/appearance/logo/1/logo.png?…", where "gitlab-1-minio-svc:9000" is used in place of the GitLab instance's actual hostname.



      How can I configure GitLab to correctly reference the uploaded images?










      share|improve this question














      I have an instance of GitLab running on Google Kubernetes Engine (GKE) that I installed via their application marketplace. After installing and following the DNS configuration steps, most of GitLab's features worked as expected. However, images uploaded under the "Admin Area > Appearance" settings are not displayed properly.



      Images appear to upload successfully and accepted. No error messages are found in the application logs. However, the URLs used for those images when the page is refreshed begin with "http://gitlab-1-minio-svc:9000/gitlab-uploads/appearance/logo/1/logo.png?…", where "gitlab-1-minio-svc:9000" is used in place of the GitLab instance's actual hostname.



      How can I configure GitLab to correctly reference the uploaded images?







      kubernetes gitlab google-container-engine






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 8 at 20:42









      L SL S

      2,00212138




      2,00212138






















          0






          active

          oldest

          votes












          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%2f55070706%2fhow-to-make-image-uploads-work-with-gitlab-on-google-kubernetes-engine%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          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%2f55070706%2fhow-to-make-image-uploads-work-with-gitlab-on-google-kubernetes-engine%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

          How to get text form Clipboard with JavaScript in Firefox 56?How to validate an email address in JavaScript?How do JavaScript closures work?How do I remove a property from a JavaScript object?How do you get a timestamp in JavaScript?How do I copy to the clipboard in JavaScript?How do I include a JavaScript file in another JavaScript file?Get the current URL with JavaScript?How to replace all occurrences of a string in JavaScriptHow to check whether a string contains a substring in JavaScript?How do I remove a particular element from an array in JavaScript?

          Can't initialize raids on a new ASUS Prime B360M-A motherboard2019 Community Moderator ElectionSimilar to RAID config yet more like mirroring solution?Can't get motherboard serial numberWhy does the BIOS entry point start with a WBINVD instruction?UEFI performance Asus Maximus V Extreme

          List of MPs elected to the English parliament in 1640 (April) Contents List of constituencies and members See also Notes References Navigation menueNational Archives – The Glynde Place ArchivesCobbett's Parliamentary history of England, from the Norman Conquest in 1066 to the year 1803'Aldermen in Parliament', The Aldermen of the City of London: Temp. Henry III – 1912onepage&q&f&#61, false 229